add: execute shell command to prompt.py
parent
1bb056e9c9
commit
2a62394112
|
@ -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", {}),
|
||||
|
|
Loading…
Reference in New Issue