| 1 | import { getAllFilePaths } from '@codebuff/common/project-file-tree' |
| 2 | import { jsonToolResult } from '@codebuff/common/util/messages' |
| 3 | |
| 4 | import { truncateFileTreeBasedOnTokenBudget } from '../../../system-prompt/truncate-file-tree' |
nothing calls this directly
no test coverage detected