({ id })
| 80 | return { result: true } |
| 81 | }, |
| 82 | async call({ id }) { |
| 83 | await removeCronTasks([id]) |
| 84 | return { data: { id } } |
| 85 | }, |
| 86 | mapToolResultToToolResultBlockParam(output, toolUseID) { |
| 87 | return { |
| 88 | tool_use_id: toolUseID, |
nothing calls this directly
no test coverage detected