| 1 | import type { ToolCall } from '#/message'; |
| 2 | import type { JsonValue } from './fixtures/args-validator'; |
| 3 | import { SimpleToolset, toolOk } from './fixtures/simple-toolset'; |
| 4 | import type { ToolReturnValue } from './fixtures/simple-toolset'; |
nothing calls this directly
no test coverage detected