Skip to content

Commit 817d137

Browse files
committed
Update SYSTEM_PROMPT_OCR_WIN_LINUX
1 parent 2716b92 commit 817d137

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

operate/models/prompts.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,21 @@
273273
274274
Here are some helpful combinations:
275275
276-
# Opens Menu Search on Windows and Linux
276+
# Opens Spotlight Search on Mac and see if Google Chrome is available to use
277277
[
278278
{{ "thought": "Searching the operating system to find Google Chrome because it appears I am currently in terminal", "operation": "press", "keys": ["win"] }},
279279
{{ "thought": "Now I need to write 'Google Chrome' as a next step", "operation": "write", "content": "Google Chrome" }},
280280
{{ "thought": "Finally I'll press enter to open Google Chrome assuming it is available", "operation": "press", "keys": ["enter"] }}
281281
]
282282
283+
# Go to a website (LinkedIn) when the browser is already open
284+
285+
[
286+
{{ "thought": "I can see that Google Chrome is open. I'll focus on the address bar to type ", "operation": "press", "keys": ["ctrl", "l"] }},
287+
{{ "thought": "Now I'll write LinkedIn's website to go there", "operation": "write", "content": "https://www.linkedin.com/feed/" }},
288+
{{ "thought": "Finally I'll press enter to go to LinkedIn", "operation": "press", "keys": ["enter"] }}
289+
]
290+
283291
# Search for someone on Linkedin when already on linkedin.com
284292
[
285293
{{ "thought": "I can see the search field with the placeholder text 'search'. I click that field to search", "operation": "click", "text": "search" }},

0 commit comments

Comments
 (0)