Skip to content

Commit 3b6ca2b

Browse files
authored
feat(o-gui-agent): set waiting time as 5s when initailize screenshot (#1671)
1 parent 43d3bb0 commit 3b6ca2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multimodal/omni-tars/gui-agent/src/GuiAgentPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class GuiAgentPlugin extends AgentPlugin {
3939
async initialize(): Promise<void> {
4040
if (this.agentMode && this.agentMode.id === 'game' && !this.initializedWithMode) {
4141
await this.emitPresetUserQuey();
42-
await this.emitScreenshotEvent();
42+
await this.emitScreenshotEvent(4000);
4343
await this.emitPresetAssistantMessage();
4444
this.initializedWithMode = true;
4545
}

0 commit comments

Comments
 (0)