-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[docs]: add missing CUA models to docs #1693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -67,13 +67,18 @@ interface AgentInstance { | |
| - An object with `modelName` and additional provider-specific options | ||
|
|
||
| **Available CUA Models:** | ||
| - `"openai/computer-use-preview"` | ||
| - `"openai/computer-use-preview-2025-03-11"` | ||
| - `"anthropic/claude-3-7-sonnet-latest"` | ||
| - `"anthropic/claude-haiku-4-5-20251001"` | ||
| - `"anthropic/claude-sonnet-4-20250514"` | ||
| - `"anthropic/claude-sonnet-4-5-20250929"` | ||
| - `"anthropic/claude-opus-4-5-20251101"` | ||
| - `"anthropic/claude-opus-4-6"` | ||
| - `"google/gemini-2.5-computer-use-preview-10-2025"` | ||
| - `"google/gemini-3-flash-preview"` | ||
| - `"google/gemini-3-pro-preview"` | ||
| - `"microsoft/fara-7b"` | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: Adding Prompt for AI agents |
||
| - `"openai/computer-use-preview"` | ||
| - `"openai/computer-use-preview-2025-03-11"` | ||
|
|
||
| <Expandable title="AgentModelConfig Object"> | ||
| <ParamField path="modelName" type="string" required> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P2: The text now mentions Microsoft as a supported provider, but neither the "Select Your Computer Use Model" Tabs section nor the "Direct your Computer Use Agent" CodeGroup below include a Microsoft tab/example. Users reading this will be told Microsoft is supported but won't find any code snippet showing how to use it. Consider adding a Microsoft tab with an example like:
Prompt for AI agents