Quick Start
User Interaction Flow
Configuration Levels
Token Options
| Option | Description |
|---|---|
maxTokens | Limit output tokens |
maxInput | Limit input tokens |
maxTotal | Total token budget |
trackUsage | Enable usage tracking |
API Reference
LLM Module
LLM configuration including tokens
Best Practices
Set output limits
Set output limits
Prevent unexpectedly long responses.
Track usage
Track usage
Monitor costs with trackUsage.
Estimate costs
Estimate costs
Use token counts to estimate API costs.
Related
Providers
LLM providers
Execution
Execution settings

