retell_update_chat_agent
Update an existing chat agent's configuration: switch LLM, change language, update webhook URL, or assign a new conversation flow.
Instructions
Update an existing chat agent's configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llm_id | No | Switch to this Retell LLM. | |
| agent_id | Yes | The unique ID of the chat agent to update. | |
| language | No | New language code. | |
| agent_name | No | New display name. | |
| webhook_url | No | New webhook URL. | |
| llm_websocket_url | No | Switch to this custom LLM URL. | |
| conversation_flow_id | No | Switch to this Conversation Flow. |