fix: update tool call content formatting and enhance mouse click description
This commit is contained in:
@@ -31,7 +31,7 @@ FUNCTIONS = [
|
||||
"click_type": {
|
||||
"type": "string",
|
||||
"enum": ["left", "double_left", "middle", "right"],
|
||||
"description": "The type of mouse click to perform. `double_left` is a double click."
|
||||
"description": "The type of mouse click to perform. `double_left` is a double click, used to open apps or files."
|
||||
}
|
||||
},
|
||||
"required": ["click_type", "x", "y"],
|
||||
|
Reference in New Issue
Block a user