Generate instructions for all platforms

- Update prompt to create instructions for all 3 major OS platforms
- Fix small typo
This commit is contained in:
Enzo Martin
2023-06-18 10:06:17 +02:00
parent 50c505c459
commit 9c24119f91

View File

@@ -97,8 +97,8 @@ def run_clarified(ai: AI, dbs: DBs):
def execute_workspace(ai: AI, dbs: DBs): def execute_workspace(ai: AI, dbs: DBs):
messages = ai.start( messages = ai.start(
system=( system=(
f"You will get infomation about a codebase that is currently on disk in the folder {dbs.workspace.path}.\n" f"You will get information about a codebase that is currently on disk in the folder {dbs.workspace.path}.\n"
"From this you will answer with one code block that includes all the necessary macos terminal commands to " "From this you will answer with code blocks that includes all the necessary Windows, MacOS, and Linux terminal commands to "
"a) install dependencies " "a) install dependencies "
"b) run the necessary parts of the codebase to try it.\n" "b) run the necessary parts of the codebase to try it.\n"
"Do not explain the code, just give the commands.\n" "Do not explain the code, just give the commands.\n"