(self, tool_name, arguments)
| 56 | pass |
| 57 | |
| 58 | async def do_confirm_tool_execution(self, tool_name, arguments): |
| 59 | # Mock confirmation - always return True for tests |
| 60 | return True |
| 61 | |
| 62 | async def start_tool_execution(self, tool_name, arguments): |
| 63 | # Mock start tool execution - no-op for tests |
no outgoing calls
no test coverage detected