bolna_update_agent
Update an existing voice AI agent's configuration and system prompt to modify its behavior, welcome message, or call settings.
Instructions
Update an existing Bolna agent's configuration and/or system prompt
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gender | No | Gender of the agent: "female" or "male". If not set, it is auto-detected. | |
| agent_id | Yes | The unique ID of the agent to update | |
| agent_name | No | New name for the agent | |
| agent_type | No | Agent type | |
| webhook_url | No | New webhook URL | |
| system_prompt | No | New LLM system prompt | |
| call_terminate | No | Max call duration in seconds | |
| incremental_delay | No | Delay in ms between incremental responses | |
| telephony_provider | No | Telephony provider, e.g. "plivo" (default), "exotel" | |
| ambient_noise_track | No | Ambient noise track | |
| hangup_after_silence | No | Seconds of silence before hanging up | |
| agent_welcome_message | No | New welcome message | |
| number_of_words_for_interruption | No | Words to interrupt |