send_conversation_reply
Send a user reply to continue an ongoing conversation (interview or table-maker). After sending, poll for the AI's next response.
Instructions
Send a user reply in an ongoing conversation (interview or table-maker).
After sending, poll get_conversation for the AI's next response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | Conversation ID to send the reply to. | |
| session_id | Yes | Session ID associated with the conversation. | |
| message | Yes | Reply message text to send to the AI. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |