fix(browser): handle computer-use model detection for analyze_screenshot (#24502)

This commit is contained in:
Gaurav
2026-04-02 23:05:21 +08:00
committed by GitHub
parent f510394721
commit beff8c91aa
7 changed files with 110 additions and 14 deletions

View File

@@ -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: {