Nymbo commited on
Commit
c09e8d8
·
verified ·
1 Parent(s): a80a671

Update Modules/Agent_Terminal.py

Browse files
Files changed (1) hide show
  1. Modules/Agent_Terminal.py +1 -1
Modules/Agent_Terminal.py CHANGED
@@ -36,7 +36,7 @@ _TOOL_EXAMPLES = {
36
  ),
37
  "File_System": (
38
  'File_System(action="list", path="/")',
39
- 'File_System(action="read", path="/notes.txt", max_chars=5000)',
40
  ),
41
  "Obsidian_Vault": (
42
  'Obsidian_Vault(action="list", path="/")',
 
36
  ),
37
  "File_System": (
38
  'File_System(action="list", path="/")',
39
+ 'File_System(action="edit", path="/script.py", content="<<<<<<< SEARCH\\nold_text\\n=======\\nnew_text\\n>>>>>>> REPLACE")',
40
  ),
41
  "Obsidian_Vault": (
42
  'Obsidian_Vault(action="list", path="/")',