Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrations/computer-use/gemini.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ By integrating Gemini 2.5 Computer Use with Kernel, you can run these AI-powered
Get started with Gemini Computer Use and Kernel using our pre-configured app template:

```bash
kernel create --name my-computer-use-app --language typescript --template gemini-cua
kernel create --name my-computer-use-app --language typescript --template gemini-computer-use
```

Then follow the [Quickstart guide](/quickstart/) to deploy and run your Computer Use automation on Kernel's infrastructure.
Expand Down
2 changes: 1 addition & 1 deletion quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ kernel invoke ts-anthropic-cua cua-task --payload '{"query": "Return the first u
kernel invoke ts-openai-cua cua-task --payload '{"task": "Go to https://news.ycombinator.com and get the top 5 articles"}'

# Gemini Computer Use
kernel invoke ts-gemini-cua gemini-cua-task
kernel invoke ts-gemini-cua gemini-cua-task --payload '{"startingUrl": "https://www.magnitasks.com/", "instruction": "Click the Tasks option in the left-side bar, and move the 5 items in the To Do and In Progress items to the Done section of the Kanban board"}'
```

```bash Python
Expand Down