experimental_prompt_browser
Main browse function using ReAct framework for AI-powered web browsing.
Parameters
Name | Description | Type | Default |
---|---|---|---|
query (required) | The query/task to accomplish through web browsing | str | None |
response_format | JSON schema dict or Pydantic BaseModel defining the expected return format | Union[dict, pydantic.main.BaseModel] | None |
driver | Optional WebDriver instance to use. If not provided, a new one will be created | WebDriver | None |
verbose | Enable verbose logging for debugging purposes Dict containing the results of the browsing task | bool | False |
Return Value
dict