update_agent
Update an AI agent's configuration including its name, model, activity status, system prompt, and additional settings.
Instructions
Update an existing agent's configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Human-readable name for the agent | |
| model | No | AI model used | |
| agentId | Yes | ID of the agent to update | |
| isActive | No | Whether the agent is active | |
| systemPrompt | No | System prompt defining the agent's behavior | |
| additionalInfo | No | Additional configuration or description |