Schema
ConversationTurnRequest
Provide either `messages` (full chat history, OpenAI shape) or the `message` shorthand for single-turn calls.
| Field | Type | Description |
|---|---|---|
messages | ChatMessage[] | —item shape |
message | string | Shorthand for `messages: [{role: 'user', content: ...}]`. |
conversation_id | string | Echo back the id from a prior reply to thread turns. |
client_id | string | Optional client/workspace identifier for scoped answers. |
locale | string | — |
jurisdiction | string | — |