experimental
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.
POST
https://api.{environment}.corti.app/v2/
/
private
/
v2
/
interactions
/
{id}
/
query
Path Parameters
The interaction ID representing the context for the request.
Query Parameters
The thread ID representing the context for the request.
Body
application/json
The text-based query from the user.
A specific document or focus context for the query.
A list of additional focus contexts or documents.
Was this page helpful?