Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
