ai/ai.model.ts
Configuration for creating/updating an AI agent including its unique name, the system prompt, and the tools and MCP servers available to it.
Properties |
| agent |
agent:
|
Type : literal type
|
| mcp |
mcp:
|
Type : Array<literal type>
|
|
The tools this agent can use from the configured MCP servers. |
| name |
name:
|
Type : string
|
|
The unique identifier for this agent. Always include an application/plugin-specific prefix, for example "my-plugin-name". |