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 """