()
| 59 | return null; |
| 60 | }, |
| 61 | async call() { |
| 62 | return { |
| 63 | data: `${NAME} executed successfully` |
| 64 | }; |
| 65 | }, |
| 66 | mapToolResultToToolResultBlockParam(result, toolUseID) { |
| 67 | return { |
| 68 | type: 'tool_result', |
nothing calls this directly
no outgoing calls
no test coverage detected