Skip to content

Commit

Permalink
Improve OPERATE_FIRST_MESSAGE_PROMPT
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbickett committed Jan 25, 2024
1 parent 83d22fd commit 2e3eb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operate/models/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
OPERATE_FIRST_MESSAGE_PROMPT = """
Please take the next best action. The `pyautogui` library will be used to execute your decision. Your output will be used in a `json.loads` loads statement. Remember you only have the following 4 operations available: click, write, press, done
Right now you are probably in the terminal because the human just started up. If you want to leave the terminal go ahead and search for a new program, otherwise if you want to use the terminal you need to start a new tab first because your code is running in this first terminal tab.
You just started so you are in the terminal app. To leave the terminal search for a new program on the OS, otherwise to use the terminal you need to start a new tab first because your code is running in this first terminal tab.
Action:"""

Expand Down

0 comments on commit 2e3eb06

Please sign in to comment.