Tool
Tool¶
Base class for callable functions or external operations available to the model or as a step in a flow.
- id (
str): Unique ID of this component. - name (
str): Name of the tool function. - description (
str): Description of what the tool does. - inputs (
list[Variable]): Input parameters required by this tool. - outputs (
list[Variable]): Output parameters produced by this tool.