mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-18 17:20:38 -07:00
fix(browser): handle computer-use model detection for analyze_screenshot (#24502)
This commit is contained in:
@@ -377,7 +377,7 @@ export interface BrowserAgentCustomConfig {
|
||||
headless?: boolean;
|
||||
/** Path to Chrome profile directory for session persistence. */
|
||||
profilePath?: string;
|
||||
/** Model override for the visual agent. */
|
||||
/** Model for the visual agent's analyze_screenshot tool. When set, enables the tool. */
|
||||
visualModel?: string;
|
||||
/** List of allowed domains for the browser agent (e.g., ["github.com", "*.google.com"]). */
|
||||
allowedDomains?: string[];
|
||||
|
||||
Reference in New Issue
Block a user