Send a message to a T3 thread
send_messageSend messages to an existing T3 Code agent thread to start a turn. Queues while the agent is busy, returns immediately; check wait_for_turn or get_thread for the reply.
Instructions
Send a user message to an existing thread and start an agent turn. Reuses the thread's current model, runtime mode, and interaction mode unless overridden. If the agent is mid-turn the message is queued by T3. Returns immediately; use wait_for_turn or get_thread to see the reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The message text to send | |
| threadId | Yes | Thread id (from list_threads) | |
| runtimeMode | No | Override permission mode for this turn onward | |
| interactionMode | No |