docs: update save_to_file desc, add iframe scan note, cdp_bridge notice
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
"description": "Execute JS to control browser. Use precisely to reduce web_scan calls. Put code in ```javascript blocks in reply body to avoid escaping",
|
||||
"parameters": {"type": "object", "properties": {
|
||||
"script": {"type": "string", "description": "[Mutually exclusive] JS code or script path. NEVER use this param when use reply code block"},
|
||||
"save_to_file": {"type": "string", "description": "file path to save long result", "default": ""},
|
||||
"save_to_file": {"type": "string", "description": "file path; only for long result", "default": ""},
|
||||
"no_monitor": {"type": "boolean", "description": "Skip page change monitoring, saves 2-3s. Only for reads, not for page actions", "default": false}}}
|
||||
}},
|
||||
{"type": "function", "function": {
|
||||
|
||||
Reference in New Issue
Block a user