(_toolName: string, input: Record<string, unknown>)
| 415 | calls: [], |
| 416 | }; |
| 417 | const cb = async (_toolName: string, input: Record<string, unknown>) => ({ |
| 418 | behavior: 'allow' as const, |
| 419 | updatedInput: input, |
| 420 | }); |
| 421 | await runAgentSdkTest({ |
| 422 | ...BASE_OPTS, |
| 423 | queryProvider: makeStubProvider(stub), |
no outgoing calls
no test coverage detected