Reply in a conversation
reply_to_threadSend a message into an existing A-du conversation, as the signed-in person. Links are removed and the recipient is told an assistant sent it. Use get_thread first to read what is being replied to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The reply. Plain text. | |
| thread_id | Yes | From get_thread. | |
| idempotency_key | No | Optional. Send the same key when retrying so a dropped response cannot create a second request. |