update_agent_config
Update an agent's configuration fields such as name, language, first message, and voice. Only specified fields are changed, keeping other settings intact.
Instructions
Update an agent's configuration (name, language, first message, voice settings, etc.). Only provided fields are updated. To update the agent's prompt/instructions, use update_agent_prompt instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New agent name | |
| agent_id | Yes | The agent ID to update | |
| language | No | Language configuration | |
| description | No | Agent description | |
| synthesizer | No | Voice synthesizer configuration | |
| first_message | No | First message when call starts (max 500 chars) | |
| background_sound | No | Background sound option | |
| smart_turn_config | No | Smart turn detection configuration | |
| allow_inbound_call | No | Whether to allow inbound calls |