From 6cb4e8def4bdf2484238f98ac3103a9edf2a699d Mon Sep 17 00:00:00 2001 From: Hongzhi Wen Date: Tue, 12 Aug 2025 16:48:19 -0700 Subject: [PATCH] Fixed open action for Windows desktop. Fixed grammatical errors in the original prompt and added a warning for Windows systems. --- gui_agents/s2_5/agents/grounding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui_agents/s2_5/agents/grounding.py b/gui_agents/s2_5/agents/grounding.py index fa29af9..c9c074c 100644 --- a/gui_agents/s2_5/agents/grounding.py +++ b/gui_agents/s2_5/agents/grounding.py @@ -400,7 +400,7 @@ class OSWorldACI(ACI): @agent_action def open(self, app_or_filename: str): - """Open any application or file with name app_or_filename. Use this action to open applications or files on the desktop, do not open manually. + """Open any application or file with name app_or_filename. This action should be used on Linux/Darwin systems instead of opening the file manually. Do not use on Windows. Args: app_or_filename:str, the name of the application or filename to open """