Skip to content

Commit 966781c

Browse files
Update docs for Gemini CUA template changes (PR #58) (#153)
* Update quickstart.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * Update integrations/computer-use/gemini.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 69c06f5 commit 966781c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

integrations/computer-use/gemini.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ By integrating Gemini 2.5 Computer Use with Kernel, you can run these AI-powered
1111
Get started with Gemini Computer Use and Kernel using our pre-configured app template:
1212

1313
```bash
14-
kernel create --name my-computer-use-app --language typescript --template gemini-cua
14+
kernel create --name my-computer-use-app --language typescript --template gemini-computer-use
1515
```
1616

1717
Then follow the [Quickstart guide](/quickstart/) to deploy and run your Computer Use automation on Kernel's infrastructure.

quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ kernel invoke ts-anthropic-cua cua-task --payload '{"query": "Return the first u
9494
kernel invoke ts-openai-cua cua-task --payload '{"task": "Go to https://news.ycombinator.com and get the top 5 articles"}'
9595

9696
# Gemini Computer Use
97-
kernel invoke ts-gemini-cua gemini-cua-task
97+
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"}'
9898
```
9999

100100
```bash Python

0 commit comments

Comments
 (0)