Skip to content

Class swarmauri_core.schema_converters.ISchemaConvert.ISchemaConvert

swarmauri_core.schema_converters.ISchemaConvert.ISchemaConvert

Bases: ABC

convert abstractmethod

convert(tool)
Source code in swarmauri_core/schema_converters/ISchemaConvert.py
7
8
9
@abstractmethod
def convert(self, tool: ITool) -> Dict[str, Any]:
    raise NotImplementedError("Subclasses must implement the convert method.")