Overview
Additional tools can be enabled for your agent to extend its capabilities. Each tool can be configured using theadditional_tools parameter when running a task.
Usage
To enable a tool, pass it in theadditional_tools dictionary when creating a task:
Available Tools
Screenshot
Allows the agent to take screenshots of the browser viewport. The acquired screenshots can be accessed via.downloads_url().
Parameters:
Whether to take a full page screenshot rather than just the viewport. Default is
False.