Skip to content

Commit 2a6bb50

Browse files
authored
Merge pull request #130 from wehos/main
Fixed `open` action for Windows desktop.
2 parents 52c0260 + 6cb4e8d commit 2a6bb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui_agents/s2_5/agents/grounding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def switch_applications(self, app_code):
400400

401401
@agent_action
402402
def open(self, app_or_filename: str):
403-
"""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.
403+
"""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.
404404
Args:
405405
app_or_filename:str, the name of the application or filename to open
406406
"""

0 commit comments

Comments
 (0)