Send an asynchronous chatbot query. Each request returns a query_id
that can be used to check the query status and get the response.
Specify whether to use your community account or organization account to complete the request. To use your community account, define as your user ID. To use your organization account, define as your organization ID. If unspecified, defaults to community account context. See Authorization and context identification for details.
Your chatbot query.
Information about the source app (chatbot).
The model to use to answer the query. Supports the multistep model (multistep-lite
) and research mode (multistep
), a more powerful but slower variant of the multistep model that’s suited to complex reasoning queries. See Choosing a model for details.
Set to true
to return information about the source documents referenced when generating the query response.
model
set to multistep-lite
) supports document-level source information. Research mode (model
set to multistep
) supports page-level source information.The unique identifier of the query.