CrewAIInteroperabilityInteroperable
protocol for converting CrewAI tools
to a general Tool
format.CrewAITool
and converts it into a standard Tool
object.
Tool
format.CrewAITool
, sanitizes
the tool’s name, processes its description, and prepares a function to interact
with the tool’s arguments. It then returns a standardized Tool
object.Name | Description |
---|---|
cls | |
tool | The tool to convert, expected to be an instance of CrewAITool .Type: Any |
**kwargs | Additional arguments, which are not supported by this method. Type: Any |
Type | Description |
---|---|
Tool | Tool: A standardized Tool object converted from the CrewAI tool. |