Skip to content

Commit 2e3eb06

Browse files
committed
Improve OPERATE_FIRST_MESSAGE_PROMPT
1 parent 83d22fd commit 2e3eb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operate/models/prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
OPERATE_FIRST_MESSAGE_PROMPT = """
332332
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
333333
334-
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.
334+
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.
335335
336336
Action:"""
337337

0 commit comments

Comments
 (0)