Skip to content

Commit 86f3da0

Browse files
authored
feat(agent-tars): disable contextual selector by default (#1621)
1 parent 2afe334 commit 86f3da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimodal/agent-tars/core/src/agent-tars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class AgentTARS<T extends AgentTARSOptions = AgentTARSOptions> extends MC
4545
'Tell me the top 5 most popular projects on ProductHunt today',
4646
'Please book me the earliest flight from Hangzhou to Shenzhen on 10.1',
4747
],
48-
enableContextualSelector: true,
48+
enableContextualSelector: false,
4949
guiAgent: {
5050
defaultScreenshotRenderStrategy: 'beforeAction',
5151
enableScreenshotRenderStrategySwitch: true,

0 commit comments

Comments
 (0)