()
| 4 | export const DESCRIPTION = 'Write a file to the local filesystem.' |
| 5 | |
| 6 | function getPreReadInstruction(): string { |
| 7 | return `\n- If this is an existing file, you MUST use the ${FILE_READ_TOOL_NAME} tool first to read the file's contents. This tool will fail if you did not read the file first.` |
| 8 | } |
| 9 | |
| 10 | export function getWriteToolDescription(): string { |
| 11 | return `Writes a file to the local filesystem. |
no outgoing calls
no test coverage detected