Skip to main content
API version 2024.0 The AI agent used to handle queries.
id
string
example: 14031The ID of an Agent. This can be a numeric ID for custom agents (for example, 14031) or a unique identifier for pre-built agents (for example, enhanced_extract_agent for the Enhanced Extract Agent).
type
string
example: ai_agent_idThe type of AI agent used to handle queries.Value is always ai_agent_id
{
  "id": "14031",
  "type": "ai_agent_id"
}