Fixed open action for Windows desktop.

Fixed grammatical errors in the original prompt and added a warning for Windows systems.
Esse commit está contido em:
Hongzhi Wen
2025-08-12 16:48:19 -07:00
commit de GitHub
commit 6cb4e8def4
+1 -1
Ver Arquivo
@@ -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
"""