Ask a question to get started
Enter to sendā¢Shift+Enter new line
execute( self, url: str, browser_content: str, ) -> str
url
str
URL of the site currently on.
browser_content
Content of the page as currently displayed by the browser.
Figure out next browser command to run.
Example:
browser_content = "...." llm_command = natbot.run("www.google.com", browser_content)