Update Modules/Agent_Terminal.py
Browse files
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="
|
| 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="/")',
|