yaaif_agent_update
Update an existing agent's configuration by agent ID. Change its name, enabled status, skill mappings, description, or goal prompt.
Instructions
Update an existing agent (PUT). agent_type is immutable — omit it. skill_ids replaces mappings if provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| enabled | No | ||
| agent_id | Yes | ||
| skill_ids | No | ||
| description | No | ||
| goal_prompt | No |