()
| 2 | import { FILE_READ_TOOL_NAME } from '../FileReadTool/prompt.js' |
| 3 | |
| 4 | function getPreReadInstruction(): string { |
| 5 | return `\n- You must use your \`${FILE_READ_TOOL_NAME}\` tool at least once in the conversation before editing. This tool will error if you attempt an edit without reading the file. ` |
| 6 | } |
| 7 | |
| 8 | export function getEditToolDescription(): string { |
| 9 | return getDefaultEditDescription() |
no outgoing calls
no test coverage detected