Execute tool operation
(self, **kwargs)
| 33 | |
| 34 | @abstractmethod |
| 35 | def execute(self, **kwargs) -> Dict[str, Any]: |
| 36 | """Execute tool operation""" |
| 37 | |
| 38 | @classmethod |
| 39 | def get_definition(cls) -> Dict[str, Any]: |
no outgoing calls
no test coverage detected