By default, when running a Tool, each tool step is executed once. However, Relevance supports conditional execution. Where a step runs only if the defined condition is metDocumentation Index
Fetch the complete documentation index at: https://relevanceai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Conditions
Access loops under the three-dot menu on the top right of steps. Click on Enable conditions.
{{ condition }}.
In the example below, the LLM step runs if the input variable age is 30 ({{ age === 30 }}) and the input variable
gender is female ({{ gender === "female" }}).


