Skip to content

Commit efa5520

Browse files
committed
docs(templates): update README files for Gemini Computer Use actions
- Added descriptions for `open_web_browser` and `search` actions in both Python and TypeScript README files to enhance clarity on browser functionalities.
1 parent 25b484a commit efa5520

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

pkg/templates/python/gemini-computer-use/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ The Gemini model can execute the following browser actions:
3939

4040
| Action | Description |
4141
|--------|-------------|
42+
| `open_web_browser` | Returns a screenshot (browser is already running) |
4243
| `click_at` | Click at coordinates (x, y) |
4344
| `hover_at` | Move mouse to coordinates (x, y) |
4445
| `type_text_at` | Click and type text at coordinates |
4546
| `scroll_document` | Scroll the page (up/down/left/right) |
4647
| `scroll_at` | Scroll at specific coordinates |
48+
| `search` | Focus the browser URL bar |
4749
| `navigate` | Navigate to a URL |
4850
| `go_back` | Go back in browser history |
4951
| `go_forward` | Go forward in browser history |

pkg/templates/typescript/gemini-computer-use/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ The Gemini model can execute the following browser actions:
3939

4040
| Action | Description |
4141
|--------|-------------|
42+
| `open_web_browser` | Returns a screenshot (browser is already running) |
4243
| `click_at` | Click at coordinates (x, y) |
4344
| `hover_at` | Move mouse to coordinates (x, y) |
4445
| `type_text_at` | Click and type text at coordinates |
4546
| `scroll_document` | Scroll the page (up/down/left/right) |
4647
| `scroll_at` | Scroll at specific coordinates |
48+
| `search` | Focus the browser URL bar |
4749
| `navigate` | Navigate to a URL |
4850
| `go_back` | Go back in browser history |
4951
| `go_forward` | Go forward in browser history |

0 commit comments

Comments
 (0)