Skip to content

Commit ab1a144

Browse files
committed
fix(omni-tars): disable gui agent screenshot switch and render
1 parent 94b4c32 commit ab1a144

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • multimodal/omni-tars/omni-agent/src

multimodal/omni-tars/omni-agent/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ export default class OmniTARSAgent extends ComposableAgent {
5858
},
5959
guiAgent: {
6060
defaultScreenshotRenderStrategy: 'afterAction',
61-
enableScreenshotRenderStrategySwitch: true,
62-
renderGUIAction: true,
61+
enableScreenshotRenderStrategySwitch: false,
62+
renderGUIAction: false,
6363
},
6464
layout: {
6565
enableLayoutSwitchButton: true,

0 commit comments

Comments
 (0)