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.
WorkflowStepExecutionPreset
Defined in the presets module.Rust AI Agent SDK Workflow step execution preset configuration
Fields
| Name | Type | Description |
|---|---|---|
max_iter | usize | Maximum iterations per step |
max_retries | usize | Maximum retries per step |
timeout_secs | u64 | Timeout per step in seconds |
Source
View on GitHub
praisonai/src/presets.rs at line 872
