ok
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "browser_highlight",
|
||||
"description": "Temporarily highlight an element for visual debugging.",
|
||||
"description": "Highlight an element by ref in the browser page for visual grounding.",
|
||||
"arguments": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"element": {
|
||||
"type": "string",
|
||||
"description": "Human-readable element description used to obtain permission to inspect the element"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "Exact target element reference from the page snapshot"
|
||||
"description": "Element ref from browser_snapshot."
|
||||
},
|
||||
"element": {
|
||||
"type": "string",
|
||||
"description": "Human-readable description of the element."
|
||||
},
|
||||
"durationMs": {
|
||||
"type": "number",
|
||||
@@ -22,7 +22,6 @@
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"element",
|
||||
"ref"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user