Merge pull request #2321 from zzzgydi/fix-system-prompt

fix: remove duplicate task complete command prompt
This commit is contained in:
Reinier van der Leer
2023-04-19 16:42:32 +02:00
committed by GitHub

View File

@@ -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>"}),
]