Documentation Index
Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Default | Description |
|---|---|---|---|
evaluator | Union[Callable[[StepInput], bool], bool] | Required | Function or boolean to evaluate the condition |
steps | WorkflowSteps | Required | Steps to execute if the condition is met |
name | Optional[str] | None | Name of the condition step |
description | Optional[str] | None | Description of the condition step |