Skip to content

Commit

Permalink
fix typo in prompt.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
awmorgan committed Apr 8, 2023
1 parent 7e108d8 commit 3f66a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/data/prompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COMMANDS:
12. Append to file: "append_to_file", args: "file": "<file>", "text": "<text>"
13. Delete file: "delete_file", args: "file": "<file>"
14. Search Files: "search_files", args: "directory": "<directory>"
15. Evaluate Code: "evaluate_code", args: "code": "<full _code_string>"
15. Evaluate Code: "evaluate_code", args: "code": "<full_code_string>"
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>"
Expand Down

0 comments on commit 3f66a6a

Please sign in to comment.