From d5b05ede361281244d64a9a44f8946f25581827b Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 31 Jan 2025 14:39:40 +0100 Subject: [PATCH] fix: improve prompt for editFile command --- lua/chatgpt_nvim/tools/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." }, {