How it Works
When you add a custom tool to your API request, Zylon follows these steps:- Analyzes user intent: Zylon determines if your custom tool is appropriate for answering the user’s query.
- Awaits implementation: Returns the tool call for you to process and implement the actual functionality.
Important Notes
- Custom tools require you to define the
name,description, andinput_schema. - The
input_schemafollows JSON Schema specification. - No
tool_contextis required for custom tools.