Get AI agent default configuration
Get the AI agent default config.
Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The mode to filter the agent config to return.
ask, text_gen, extract, extract_structured The ISO language code to return the agent config for. If the language is not supported the default agent config is returned.
The model to return the default agent config for.
Response
A successful response including the default agent configuration. This response can be one of the following four objects:
- AI agent for questions
- AI agent for text generation
- AI agent for freeform metadata extraction
- AI agent for structured metadata extraction. The response depends on the agent configuration requested in this endpoint.
- AI agent for question requests
- AI agent for text generation requests
- AI agent for extract requests
- AI agent for structured extract request
The AI agent used to handle queries.
The type of AI agent used to handle queries.
ai_agent_ask "ai_agent_ask"
AI agent processor used to to handle longer text.
AI agent processor used to handle basic text.
The AI agent tool used to handle spreadsheets and tabular data.
AI agent processor used to to handle longer text.
AI agent processor used to handle basic text.
AI agent processor used to handle basic text.
AI agent processor used to handle basic text.
