Skip to content

Commit

Permalink
fix: remove duplicate task complete prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Apr 18, 2023
1 parent 67846ba commit a0160ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autogpt/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def get_prompt() -> str:
{"code": "<full_code_string>", "focus": "<list_of_focus_areas>"},
),
("Execute Python File", "execute_python_file", {"file": "<file>"}),
("Task Complete (Shutdown)", "task_complete", {"reason": "<reason>"}),
("Generate Image", "generate_image", {"prompt": "<prompt>"}),
("Send Tweet", "send_tweet", {"text": "<text>"}),
]
Expand Down

0 comments on commit a0160ee

Please sign in to comment.