retell_create_chat_agent
Create a chat agent for text messaging by selecting a response engine: use a Retell LLM ID, a custom WebSocket URL, or a conversation flow ID.
Instructions
Create a new chat (text/messaging) agent. Requires a response_engine (llm_id, llm_websocket_url, or conversation_flow_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llm_id | No | Retell LLM ID to use as response engine. | |
| language | No | Language code (default: en-US). | |
| agent_name | No | Display name for the chat agent. | |
| webhook_url | No | Webhook URL for chat events. | |
| llm_websocket_url | No | Custom LLM WebSocket URL. | |
| conversation_flow_id | No | Conversation Flow ID to use. |