Send a T3 thread message
t3_thread_sendSend a new or follow-up message to an idle thread to start one T3 agent turn. Returns after command intent is accepted; busy threads are rejected.
Instructions
Send a new or follow-up message to an idle existing thread, start one T3 agent turn, and return after command intent is accepted. Busy threads are rejected; queueing and steering are not enabled. Never reuse an idempotencyKey for different input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| threadId | Yes | ||
| titleSeed | No | ||
| runtimeMode | No | ||
| idempotencyKey | Yes | ||
| modelSelection | No | ||
| interactionMode | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| reason | No | ||
| status | Yes | ||
| t3TurnId | Yes | ||
| threadId | Yes | ||
| commandId | Yes | ||
| messageId | Yes | ||
| projectId | Yes | ||
| nextAction | Yes | ||
| t3Sequence | No | ||
| operationId | Yes | ||
| environmentId | Yes | ||
| providerTurnId | Yes |