Ask Question To AI Agent
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
Represents a request for an AI agent task. This class holds the necessary information for processing an AI agent task, including the message content, an optional thread ID for tracking the AI chat thread, and an optional source tag for categorizing chat history.
The message content of the AI agent task request.
The optional thread ID associated with the AI chat thread. Can be used to track conversations within the same thread.
An optional source tag to categorize or tag the chat history.
Response
The thread ID associated with the AI chat thread. Can be used to track conversations within the same thread.
Represents the output of chat history, containing the query, response text, and structured data related to the query results.