| 1 | import { describe, it } from 'node:test' |
| 2 | import assert from 'node:assert/strict' |
| 3 | import { adaptToolsForAgent } from './tool-adapter' |
| 4 | import type { ToolDefinition } from '@openchatlab/tools' |
nothing calls this directly
no test coverage detected