UNPKG

@mastra/core

Version:
23 lines (13 loc) 596 B
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt # Agent.getDescription() The `.getDescription()` method retrieves the description configured for an agent. This method returns a string description that describes the agent's purpose and capabilities. ## Usage example ```typescript agent.getDescription() ``` ## Parameters This method takes no parameters. ## Returns **description** (`string`): The description of the agent, or an empty string if no description was configured. ## Related - [Agents overview](https://mastra.ai/docs/agents/overview)