ZHZisZZ commited on
Commit
6f29621
·
1 Parent(s): f89178d
cua_lite/data/interfaces/qwen3_vl/prompts/desktop.py CHANGED
@@ -14,9 +14,9 @@ DESKTOP_TRAJECTORY_DESCRIPTION = """Use a mouse and keyboard to interact with a
14
 
15
  # mention point and bbox
16
  DESKTOP_GROUNDING_DESCRIPTION = """Given a computer screenshot, map the natural language instruction to an action or map the natural language reference to a point or a bounding box in the screenshot. This is an interface to a desktop GUI. The screen resolution is 1000x1000."""
17
- # DESKTOP_GROUNDING_DESCRIPTION_ACTIONS = """Given a computer screenshot, map the natural language action to a point in the screenshot. This is an interface to a desktop GUI. The screen resolution is 1000x1000."""
18
- # DESKTOP_GROUNDING_DESCRIPTION_POINT = """Given a computer screenshot, map the natural language reference to a point in the screenshot. This is an interface to a desktop GUI. The screen resolution is 1000x1000."""
19
- # DESKTOP_GROUNDING_DESCRIPTION_BBOX = """Given a computer screenshot, map the natural language reference to a bounding box in the screenshot. This is an interface to a desktop GUI. The screen resolution is 1000x1000."""
20
 
21
  DESKTOP_TRAJECTORY_TOOLS_DEFINITION = {
22
  "type": "function",
 
14
 
15
  # mention point and bbox
16
  DESKTOP_GROUNDING_DESCRIPTION = """Given a computer screenshot, map the natural language instruction to an action or map the natural language reference to a point or a bounding box in the screenshot. This is an interface to a desktop GUI. The screen resolution is 1000x1000."""
17
+ DESKTOP_GROUNDING_DESCRIPTION_ACTIONS = """Given a computer screenshot, map the natural language action to a point in the screenshot. This is an interface to a desktop GUI. The screen resolution is 1000x1000."""
18
+ DESKTOP_GROUNDING_DESCRIPTION_POINT = """Given a computer screenshot, map the natural language reference to a point in the screenshot. This is an interface to a desktop GUI. The screen resolution is 1000x1000."""
19
+ DESKTOP_GROUNDING_DESCRIPTION_BBOX = """Given a computer screenshot, map the natural language reference to a bounding box in the screenshot. This is an interface to a desktop GUI. The screen resolution is 1000x1000."""
20
 
21
  DESKTOP_TRAJECTORY_TOOLS_DEFINITION = {
22
  "type": "function",