Tool Steps in SimplAI Studio
Tool steps define the actions an AI agent can perform on given inputs. Whether processing text, extracting data, or integrating with APIs, tool steps enable powerful and flexible workflows.
Basic Tool Steps
How to Add a Tool Step
- Go to the Tools page.
- Click on
+ Create Tool
at the top-right corner. - You will be presented with an interface where you can add tool steps in the User Steps section.
- Click on
+ User Step
to add a new step. - Choose a step from the available options, such as LLM Step, API Call, Web Search, etc.
- Configure the step settings according to your use case.
- Click Save to add the step to your tool.
Advanced Tool Steps
How to Add a Tool Step
- Go to the Tools page.
- Click on
+ Create Tool
at the top-right corner. - You will be presented with the Advanced Tool Editor.
- Click on Start Point and select Input.
- Click + Add Step Node to insert a new tool step.
- Configure the tool step as needed.
Parallel Execution in Advanced Tools
Advanced tools allow multiple nodes to run in parallel for more efficient execution.
Example:
- You can create multiple processing nodes that fetch data from different APIs at the same time.
- Configure outputs accordingly to merge the results at a later stage.