experimental
Question Prompts Tool API
Provides a list of suggested questions based on a query and/or context.
POST
https://copilot.{region}.corti.app/
/
v2
/
tools
/
question-prompts
Body
application/json
context
string[]
requiredThe context in which the query is being made.
query
string
The query for which the questions are being generated (optional).
Response
200 - application/json
prompts
string[]
An array of suggested questions.
Was this page helpful?