mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 14:04:27 +01:00
add: execute shell command to prompt.py
This commit is contained in:
@@ -34,6 +34,7 @@ def get_prompt():
|
||||
("Get Improved Code", "improve_code", {"suggestions": "<list_of_suggestions>", "code": "<full_code_string>"}),
|
||||
("Write Tests", "write_tests", {"code": "<full_code_string>", "focus": "<list_of_focus_areas>"}),
|
||||
("Execute Python File", "execute_python_file", {"file": "<file>"}),
|
||||
("Execute Shell Command, non-interactive commands only", "execute_shell", { "command_line": "<command_line>"}),
|
||||
("Task Complete (Shutdown)", "task_complete", {"reason": "<reason>"}),
|
||||
("Generate Image", "generate_image", {"prompt": "<prompt>"}),
|
||||
("Do Nothing", "do_nothing", {}),
|
||||
|
||||
Reference in New Issue
Block a user