(
cls, tool_name: str, arguments: dict[str, Any], task: dict | None = None
)
| 25 | |
| 26 | @classmethod |
| 27 | def call_tool( |
| 28 | cls, tool_name: str, arguments: dict[str, Any], task: dict | None = None |
| 29 | ) -> CallToolResult | CreateTaskResult: |
| 30 | raise NotImplementedError |