We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d3bb0 commit 3b6ca2bCopy full SHA for 3b6ca2b
1 file changed
multimodal/omni-tars/gui-agent/src/GuiAgentPlugin.ts
@@ -39,7 +39,7 @@ export class GuiAgentPlugin extends AgentPlugin {
39
async initialize(): Promise<void> {
40
if (this.agentMode && this.agentMode.id === 'game' && !this.initializedWithMode) {
41
await this.emitPresetUserQuey();
42
- await this.emitScreenshotEvent();
+ await this.emitScreenshotEvent(4000);
43
await this.emitPresetAssistantMessage();
44
this.initializedWithMode = true;
45
}
0 commit comments