retell_create_chat_completion
Send a user message to an ongoing chat session and receive the agent's response to continue the conversation.
Instructions
Send a user message to an ongoing chat session and get the agent's response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | The unique ID of the chat session. | |
| content | Yes | The user message content. |