PlanningPreset
Defined in the presets module.Rust AI Agent SDK Planning preset configuration
Fields
| Name | Type | Description |
|---|---|---|
enabled | bool | Enable planning |
read_only | bool | Read-only mode |
reasoning | bool | Enable reasoning |
auto_approve | bool | Auto-approve plans |
max_reasoning_steps | usize | Max reasoning steps |
Source
View on GitHub
praisonai/src/presets.rs at line 362
