BrowserUseTool

BrowserUseTool(**kwargs)

BrowserUseTool is a tool that uses the browser to perform a task.

Use the browser to perform a task.

Parameters:
NameDescription
**kwargs

Class Attributes

register_for_execution



register_for_llm



register_tool



Instance Attributes

description



func



function_schema


Get the schema for the function.

This is the old way of handling function calls with OpenAI and compatible frameworks. It is provided for backward compatibility.

name



realtime_tool_schema


Get the schema for the tool.

This is the preferred way of handling function calls with OpeaAI and compatible frameworks.

tool_schema


Get the schema for the tool.

This is the preferred way of handling function calls with OpeaAI and compatible frameworks.