Interoperability
Name | Description |
---|---|
tool | The tool object to be converted. Type: Any |
type | The type of interoperability to convert the tool to. Type: str |
**kwargs | Additional arguments to be passed during conversion. Type: Any |
Type | Description |
---|---|
Tool | Tool: The converted tool. |
Name | Description |
---|---|
type | The type of the interoperability class to retrieve. Type: str |
Type | Description |
---|---|
type[Interoperable] | type[Interoperable]: The interoperability class type. |
Type | Description |
---|---|
list[str] | List[str]: A sorted list of strings representing the supported interoperability types. |