mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-05 19:01:12 -07:00
fix(browser): handle computer-use model detection for analyze_screenshot (#24502)
This commit is contained in:
@@ -1202,7 +1202,8 @@ const SETTINGS_SCHEMA = {
|
||||
category: 'Advanced',
|
||||
requiresRestart: true,
|
||||
default: undefined as string | undefined,
|
||||
description: 'Model override for the visual agent.',
|
||||
description:
|
||||
"Model for the visual agent's analyze_screenshot tool. When set, enables the tool.",
|
||||
showInDialog: false,
|
||||
},
|
||||
allowedDomains: {
|
||||
|
||||
Reference in New Issue
Block a user