> Discover all available pages from the documentation index: https://mastra.zisheng.pro/ja/llms.txt # Agent.getDescription() `.getDescription()` メソッドは、Agent に設定された説明を取得します。Agent の目的と機能を表す文字列を返します。 ## 使用例 ```typescript agent.getDescription() ``` ## パラメータ このメソッドにパラメータはありません。 ## 戻り値 **description** (`string`): Agent の説明。説明が設定されていない場合は空文字列です。 ## 関連項目 - [Agent の概要](https://mastra.zisheng.pro/ja/docs/agents/overview)