(input: DelegatedCustomToolExecutionInput)
| 60 | }; |
| 61 | const client = { |
| 62 | async executeTool(input: DelegatedCustomToolExecutionInput) { |
| 63 | calls.push(input); |
| 64 | return result; |
| 65 | }, |
| 66 | }; |
| 67 | const runContextRef = { |
| 68 | current: { |
nothing calls this directly
no outgoing calls
no test coverage detected