add: execute shell command to prompt.py

pull/837/head
Alrik Olson 2023-04-13 07:56:56 -07:00
parent 1bb056e9c9
commit 2a62394112
1 changed files with 1 additions and 0 deletions

View File

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