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