Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion multimodal/agent-tars/core/src/agent-tars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class AgentTARS<T extends AgentTARSOptions = AgentTARSOptions> extends MC
'Tell me the top 5 most popular projects on ProductHunt today',
'Please book me the earliest flight from Hangzhou to Shenzhen on 10.1',
],
enableContextualSelector: true,
enableContextualSelector: false,
guiAgent: {
defaultScreenshotRenderStrategy: 'beforeAction',
enableScreenshotRenderStrategySwitch: true,
Expand Down
Loading