aboutsummaryrefslogtreecommitdiff
path: root/autogpt/core/planning/templates.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpt/core/planning/templates.py')
-rw-r--r--autogpt/core/planning/templates.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogpt/core/planning/templates.py b/autogpt/core/planning/templates.py
index e28f2ed75..59792f656 100644
--- a/autogpt/core/planning/templates.py
+++ b/autogpt/core/planning/templates.py
@@ -17,7 +17,6 @@ ABILITIES = (
'analyze_code: Analyze Code, args: "code": "<full_code_string>"',
'execute_python_file: Execute Python File, args: "filename": "<filename>"',
'append_to_file: Append to file, args: "filename": "<filename>", "text": "<text>"',
- 'delete_file: Delete file, args: "filename": "<filename>"',
'list_files: List Files in Directory, args: "directory": "<directory>"',
'read_file: Read a file, args: "filename": "<filename>"',
'write_to_file: Write to file, args: "filename": "<filename>", "text": "<text>"',