fix: improve prompt for editFile command
This commit is contained in:
parent
5dc568e9e5
commit
d5b05ede36
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue