Allows for browsing the web using detailed natural language commands.
The function supports multi-step command execution based on the CONTINUE
status of the Agent.
A specific natural language instruction for the agent to execute
The URL to start or continue browsing from. (Default: google.com)
Boolean flag to indicate if session to be run locally or in the cloud (Default: False). If set to true, the session will be run locally via your chrome extension. If set to false, the session will be run in the cloud.
Continues the session with session_id if provided.
Maximum number of steps to execute. (Default: 20)
Boolean flag to include a screenshot of the final page. (Default: False)
The temperature of model
The agent id to use for the session.
The mode you would like to use for the session. ‘fast’ or ‘standard’
Boolean flag to use a proxy for the session (Default: False). Each Session gets a new Residential IP.
The final message or result of the browsing session.
The final status of the browsing session. One of [“CONTINUE”, “ASK_USER”, “DONE”]
The current URL of the session.
image url of the screenshot taken during the session.
The unique identifier for the session.
Additional metadata for the session