ChatQueryResponse
Response from POST /chat/query.
conversation_idConversation Idrequired
responseResponserequired
preferred_tabAgenticPreferredTabrequired
Optional UI tab hint for assistant responses.
Possible values: [summary, chart, table, raw]
data object
anyOf
- object
- null
object
ChatQueryResponse
{
"conversation_id": "string",
"response": "string",
"preferred_tab": "summary",
"data": {}
}