Box UI Elements
Box UI Elements
Box AI API agent configurator
Choose from multiple AI models from leading providers, all accessible through a single, easy-to-use platform. Customize Box AI API parameters and fine-tune LLM parameters.
Visual Configuration
Build complex AI configurations with our intuitive form-based interface.
Real-time preview
See your JSON configuration update in real-time as you make changes.
Export and share
Copy configuration and paste it directly in your project.
Generated configuration
{
"type": "ai_agent_ask",
"basic_text": {
"llm_endpoint_params": {
"type": "openai_params",
"temperature": 0,
"top_p": 0.9,
"frequency_penalty": 1.5,
"presence_penalty": 1.5
},
"model": "azure__openai__gpt_4o",
"num_tokens_for_completion": 8400,
"prompt_template": "It is `{current_date}`, consider these travel options `{content}` and answer the `{user_question}`.",
"system_message": "You are a helpful travel assistant specialized in budget travel"
}
}