docs: update save_to_file desc, add iframe scan note, cdp_bridge notice

This commit is contained in:
Liang Jiaqing
2026-03-31 09:04:22 +08:00
parent 72a85a0823
commit 106c6b04f1
3 changed files with 4 additions and 1 deletions

View File

@@ -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": {