update_agent
Update an AI agent's configuration, including name, model, and capabilities, to keep it aligned with current requirements.
Instructions
Update an existing AI agent's configuration in DreamingAI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated name | |
| agentId | Yes | ID of the agent to update | |
| modelId | No | Updated default model | |
| maxTokens | No | Updated max tokens | |
| description | No | Updated description | |
| temperature | No | Updated temperature | |
| capabilities | No | Updated capabilities list | |
| systemPrompt | No | Updated system prompt |