Bot Settings
Fine-tune your bot's AI behavior and capabilities.
LLM Configuration
| Setting | Description | Default |
|---|---|---|
| Provider | AI provider (OpenAI, Anthropic, Google) | OpenAI |
| Model | Specific model to use | gpt-4o-mini |
| Temperature | Creativity vs. precision (0.0–2.0) | 0.7 |
| Max Tokens | Maximum response length | 4096 |
| System Prompt | Base instructions for the AI | (default per agent) |
Temperature Guide
| Value | Behavior | Good For |
|---|---|---|
| 0.0–0.3 | Precise, deterministic | Facts, code, math |
| 0.4–0.7 | Balanced | General conversation |
| 0.8–1.2 | Creative, varied | Brainstorming, writing |
| 1.3–2.0 | Highly creative | Art prompts, fiction |
Capabilities
Control which tools and abilities your bot has access to:
- Web Search — Search the internet
- Image Generation — Create images from descriptions
- Code Execution — Write and explain code
- Web Analysis — Analyze web page content
- Orchestration — Multi-step task execution
Behavior Settings
Configure how your bot communicates:
- Verbosity — How detailed responses should be
- Personality — Response tone and style
- Language — Default response language
Orchestration Settings
For bots with orchestration enabled:
- Max Steps — Maximum orchestration steps (default: 5)
- Max Duration — Time limit for orchestration (default: 10s)
- Auto-send Final — Automatically send the final response