Retrieve the default AI agent configuration for a specific mode. Returns the default AI agent settings used by Box AI features. The configuration includes model settings, token limits, LLM endpoint parameters, and tool configurations for text processing, image handling, and spre…
modeRequiredstringThe AI operation mode to get the default configuration for. Options: 'ask' (Q&A about documents), 'text_gen' (generate text content), 'extract' (freeform metadata extraction), 'extract_structured' (structured metadata extraction).
modelstringThe AI model to return the default agent config for. Example models: 'openai__gpt_3_5_turbo', 'openai__gpt_4o_mini', 'google__gemini_1_5_flash_001'. If not specified, returns config for the default model.
languagestringThe ISO 639-1 language code to return the agent config for (e.g., 'en', 'ja', 'fr'). If the language is not supported, the default agent config is returned.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.