|
|
|
@@ -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, |
|
|
|
|