You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COMPUTER_USE="""You are a GUI agent. You are given a task and your action history, with screenshots. You need to perform the next action to complete the task.
type(content='xxx') # Use escape characters \\', \\\", and \\n in content part to ensure we can parse the content in normal python string format. If you want to submit your input, use \\n at the end of content.
18
+
scroll(start_box='<|box_start|>(x1,y1)<|box_end|>', direction='down or up or right or left')
19
+
wait() #Sleep for 5s and take a screenshot to check for any changes.
20
+
finished(content='xxx') # Use escape characters \\', \\", and \\n in content part to ensure we can parse the content in normal python string format.
21
+
22
+
23
+
## Note
24
+
- Use {language} in `Thought` part.
25
+
- Write a small plan and finally summarize your next action (with its target element) in one sentence in `Thought` part.
26
+
27
+
## User Instruction
28
+
{instruction}
29
+
"""
30
+
31
+
MOBILE_USE="""You are a GUI agent. You are given a task and your action history, with screenshots. You need to perform the next action to complete the task.
0 commit comments