ThinkingConfig
Defined in the thinking module.Rust AI Agent SDK Configuration for thinking behavior.
Fields
| Name | Type | Description |
|---|---|---|
enabled | bool | Whether thinking is enabled |
budget | ThinkingBudget | Budget for thinking |
show_thinking | bool | Whether to show thinking in output |
log_usage | bool | Whether to log thinking usage |
Methods
enabled
with_level
| Name | Type |
|---|---|
level | BudgetLevel |
Source
View on GitHub
praisonai/src/thinking/mod.rs at line 254
