| 1 | import { buildArray } from '@codebuff/common/util/array' |
| 2 | import { jsonToolResult } from '@codebuff/common/util/messages' |
| 3 | |
| 4 | import type { CodebuffToolHandlerFunction } from '../handler-function-type' |
nothing calls this directly
no test coverage detected