We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8343182 commit 2f4e78dCopy full SHA for 2f4e78d
2 files changed
multimodal/agent-tars/core/src/agent-tars.ts
@@ -68,6 +68,10 @@ export class AgentTARS<T extends AgentTARSOptions = AgentTARSOptions> extends MC
68
enableScreenshotRenderStrategySwitch: true,
69
renderGUIAction: true,
70
},
71
+ layout: {
72
+ defaultLayout: 'narrow-chat',
73
+ enableLayoutSwitchButton: true,
74
+ },
75
};
76
private workspace: string;
77
// FIXME: remove it since options is strict type already
multimodal/omni-tars/omni-agent/src/index.ts
@@ -63,7 +63,7 @@ export default class OmniTARSAgent extends ComposableAgent {
63
64
layout: {
65
defaultLayout: 'narrow-chat',
66
- enableLayoutSwitchButton: true,
+ enableLayoutSwitchButton: false,
67
0 commit comments