ChatQueryRequest
POST body for POST /chat/query.
company_iduuidrequired
agentAgenticAgentTyperequired
Agent selector for chats and agent-specific flows.
Possible values: [revenue, assistant]
promptPromptrequired
conversation_id object
anyOf
- string
- null
string
ChatQueryRequest
{
"company_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"agent": "revenue",
"prompt": "string",
"conversation_id": "string"
}