Rename command & functions to execute_shell

This commit is contained in:
Bernhard Mueller
2023-04-13 11:04:26 +07:00
parent 940772b502
commit 3ff2323450
3 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ COMMANDS:
16. Get Improved Code: "improve_code", args: "suggestions": "<list_of_suggestions>", "code": "<full_code_string>"
17. Write Tests: "write_tests", args: "code": "<full_code_string>", "focus": "<list_of_focus_areas>"
18. Execute Python File: "execute_python_file", args: "file": "<file>"
19. Execute Shell Command, non-interactive commands only: "exec_shell", args: "command_line": "<command_line>".
19. Execute Shell Command, non-interactive commands only: "execute_shell", args: "command_line": "<command_line>".
20. Task Complete (Shutdown): "task_complete", args: "reason": "<reason>"
21. Generate Image: "generate_image", args: "prompt": "<prompt>"
22. Do Nothing: "do_nothing", args: ""