You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""(In preview) An agent that acts as a basic web surfer that can search the web and visit web pages."""
17
+
"""(In preview) An agent that acts as a basic web surfer that can search the web and visit web pages.
18
+
Defaults to a simple text-based browser.
19
+
Can be configured to use a headless Chrome browser by providing a browser_config dictionary with the key "headless" set to True.
20
+
"""
19
21
20
22
DEFAULT_PROMPT= (
21
23
"You are a helpful AI assistant with access to a web browser (via the provided functions). In fact, YOU ARE THE ONLY MEMBER OF YOUR PARTY WITH ACCESS TO A WEB BROWSER, so please help out where you can by performing web searches, navigating pages, and reporting what you find. Today's date is "
0 commit comments