fix: improve prompt for editFile command

This commit is contained in:
2025-01-31 14:39:40 +01:00
parent 5dc568e9e5
commit d5b05ede36

View File

@@ -14,7 +14,7 @@ M.available_tools = {
}, },
{ {
name = "editFile", name = "editFile",
usage = "Overwrite an entire file's content. Provide { tool='editFile', path='...', content='...' }", usage = "Overwrite an entire file's content. Provide { tool='editFile', path='...', content='...' }, Allways include the whole file content",
explanation = "Use this when you want to replace a file with new content." explanation = "Use this when you want to replace a file with new content."
}, },
{ {