Chat
Allows users to ask questions or make queries in the context of a specific interaction. This endpoint supports Server-Sent Events (SSE) for real-time updates and responses. The thread ID, which is returned with the initial query, allows users to ask follow-up questions or refine their queries. This endpoint is designed to facilitate dynamic and context-aware conversations, making it suitable for applications such as chatbots, virtual assistants, research tools and workflow augmentation.
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
"copiloteu"
Path Parameters
The interaction ID representing the context for the request. Must be a valid UUID.
Query Parameters
The thread ID representing the context for the request. Must be a valid UUID.
Body
The text-based query from the user.
"What are the key points from the latest guidelines?"
A specific document or focus context for the query.
"doc123"
A list of additional focus contexts or documents.
["doc456", "doc789"]
Response
The tool providing the response (e.g., guidelines, mentions, general_chat, etc.)
The response data specific to the tool.
Was this page helpful?