experimental
Guidelines Tool API
Processes a query and returns a summary along with relevant sources.
POST
https://copilot.{region}.corti.app/
/
private
/
v2
/
tools
/
guidelines
Body
application/json
query
string
requiredThe text-based query from the user.
context
string[]
requiredAn array of contexts, such as documents or relevant segments.
sourceIds
string[]
requiredAn array of source IDs to narrow down the search.
Response
200 - application/json
summary
string
A summary of the response.
sources
object[]
Was this page helpful?