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.
PlanningStep
Defined in the specialized module.Rust AI Agent SDK Planning step
Fields
| Name | Type | Description |
|---|---|---|
step | usize | Step number |
description | String | Step description |
status | PlanningStepStatus | Step status |
result | Option<String> | Step result |
Source
View on GitHub
praisonai/src/parity/specialized.rs at line 154
