browser_file_upload
Uploads local files to the active browser session, enabling file inputs in automated workflows. Specify file paths and optionally an agent ID to isolate the browser per agent.
Instructions
上传文件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | 要上传的文件路径 | |
| _agent_id | No | 隔离键:同一 agent 的所有调用传相同的值以保持其浏览器;不同 agent 传不同的值以获取独立浏览器。省略则共享默认浏览器。 |