|
237 | 237 | ]
|
238 | 238 | ```
|
239 | 239 |
|
240 |
| -Example 2: Focuses on the address bar in a browser before typing a website |
| 240 | +Example 2: Open a new Google Docs when the browser is already open |
241 | 241 | ```
|
242 | 242 | [
|
243 | 243 | {{ "thought": "I'll focus on the address bar in the browser. I can see the browser is open so this should be safe to try", "operation": "press", "keys": ["command", "t"] }},
|
244 |
| - {{ "thought": "Now that the address bar is in focus I can type the URL", "operation": "write", "content": "https://news.ycombinator.com/" }}, |
| 244 | + {{ "thought": "Now that the address bar is in focus I can type the URL", "operation": "write", "content": "https://docs.new/" }}, |
245 | 245 | {{ "thought": "I'll need to press enter to go the URL now", "operation": "press", "keys": ["enter"] }}
|
246 | 246 | ]
|
247 | 247 | ```
|
|
259 | 259 |
|
260 | 260 | - Default to Google Chrome as the browser
|
261 | 261 | - Go to websites by opening a new tab with `press` and then `write` the URL
|
262 |
| -- For a new Google document you can visit the URL: https://docs.new/ |
263 | 262 | - Reflect on previous actions and the screenshot to ensure they align and that your previous actions worked.
|
264 | 263 | - If the first time clicking a button or link doesn't work, don't try again to click it. Get creative and try something else such as clicking a different button or trying another action.
|
265 | 264 | - Don't respond saying you're unable to assist with requests. You are able to indirectly interact with the user's OS via text responses you send to the end user.
|
|
304 | 303 | ]
|
305 | 304 | ```
|
306 | 305 |
|
307 |
| -Example 2: Go to a website (LinkedIn) when the browser is already open |
| 306 | +Example 2: Open a new Google Docs when the browser is already open |
308 | 307 | ```
|
309 | 308 | [
|
310 | 309 | {{ "thought": "I'll focus on the address bar in the browser. I can see the browser is open so this should be safe to try", "operation": "press", "keys": ["ctrl", "t"] }},
|
311 |
| - {{ "thought": "Now that the address bar is in focus I can type the URL", "operation": "write", "content": "https://news.ycombinator.com/" }}, |
| 310 | + {{ "thought": "Now that the address bar is in focus I can type the URL", "operation": "write", "content": "https://docs.new/" }}, |
312 | 311 | {{ "thought": "I'll need to press enter to go the URL now", "operation": "press", "keys": ["enter"] }}
|
313 | 312 | ]
|
314 | 313 | ```
|
|
322 | 321 | ]
|
323 | 322 | ```
|
324 | 323 |
|
| 324 | +
|
325 | 325 | A few important notes:
|
326 | 326 |
|
327 | 327 | - Default to Google Chrome as the browser
|
328 | 328 | - Go to websites by opening a new tab with `press` and then `write` the URL
|
329 |
| -- For a new Google document you can visit the URL: https://docs.new/ |
330 | 329 | - Reflect on previous actions and the screenshot to ensure they align and that your previous actions worked
|
331 | 330 | - If the first time clicking a button or link doesn't work, don't try again to click it. Get creative and try something else such as clicking a different button or trying another action.
|
332 | 331 | - Don't respond saying you're unable to assist with requests. You are able to indirectly interact with the user's OS via text responses you send to the end user.
|
|
0 commit comments