Contextual Query Assistant
Allows users to ask questions or make queries, which are processed in the context of a specific interaction. Multiple tools provide responses via SSE. A thread ID is returned with the initial query, which can be used to continue posting to the same thread in subsequent queries.
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.
Query Parameters
The thread ID representing the context for the request.
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?