diff --git a/lua/chatgpt_nvim/tools/init.lua b/lua/chatgpt_nvim/tools/init.lua index 48383dd..3808175 100644 --- a/lua/chatgpt_nvim/tools/init.lua +++ b/lua/chatgpt_nvim/tools/init.lua @@ -14,7 +14,7 @@ M.available_tools = { }, { 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." }, {