fix: improve prompt for editFile command
This commit is contained in:
@@ -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."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user