BrowserUseToolName | Description |
---|---|
llm_config | Type: LLMConfig | dict[str, typing.Any] |
browser | Type: ForwardRef(‘Browser’) | None Default: None |
agent_kwargs | Type: dict[str, typing.Any] | None Default: None |
browser_config | Type: dict[str, typing.Any] | None Default: None |
Name | Description |
---|---|
agent | The agent to which the tool will be registered. Type: ConversableAgent |
Name | Description |
---|---|
agent | The agent to which the tool will be registered. Type: ConversableAgent |
register_for_llm
and register_for_execution
with the same agent.Name | Description |
---|---|
agent | The agent to which the tool will be registered. Type: ConversableAgent |