Skip to main content

experimental_prompt_browser

Main browse function using ReAct framework for AI-powered web browsing.

Parameters

NameDescriptionTypeDefault
query (required)The query/task to accomplish through web browsingstrNone
response_formatJSON schema dict or Pydantic BaseModel defining the expected return formatUnion[dict, pydantic.main.BaseModel]None
driverOptional WebDriver instance to use. If not provided, a new one will be createdWebDriverNone
verboseEnable verbose logging for debugging purposes Dict containing the results of the browsing taskboolFalse

Return Value

dict