run_browser_agent
Automate browser tasks and interactions using agent-based capabilities for efficient workflow integration and task execution.
Instructions
Handle run-browser-agent tool calls.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
add_infos | No | ||
task | Yes |
Input Schema (JSON Schema)
{
"properties": {
"add_infos": {
"default": "",
"title": "Add Infos",
"type": "string"
},
"task": {
"title": "Task",
"type": "string"
}
},
"required": [
"task"
],
"title": "run_browser_agentArguments",
"type": "object"
}