Browse Source

Updated websurfer description with CTRL-F feature.

pull/1650/head
Adam Fourney 2 years ago
parent
commit
13aebbe084
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autogen/agentchat/contrib/web_surfer.py

+ 1
- 1
autogen/agentchat/contrib/web_surfer.py View File

@@ -23,7 +23,7 @@ class WebSurferAgent(ConversableAgent):
+ datetime.now().date().isoformat()
)

DEFAULT_DESCRIPTION = "A helpful assistant with access to a web browser. Ask them to perform web searches, open pages, navigate to Wikipedia, answer questions from pages, and or generate summaries."
DEFAULT_DESCRIPTION = "A helpful assistant with access to a web browser. Ask them to perform web searches, open pages, navigate to Wikipedia, etc. Once on a desired page, ask them to answer questions by reading the page, generate summaries, find specific words or phrases on the page (ctrl+f), or even just scroll up or down in the viewport."

def __init__(
self,


Loading…
Cancel
Save