Tool
Tool¶
Base class for callable functions or external operations available to the model or as a step in a flow.
- name (
str
): Name of the tool function. - description (
str
): Description of what the tool does.
Base class for callable functions or external operations available to the model or as a step in a flow.
str
): Name of the tool function.str
): Description of what the tool does.