Martin Bär
commited on
Commit
·
7735763
1
Parent(s):
482bc3b
Update description of wikiagent task
Browse files- basic_agent.py +1 -1
basic_agent.py
CHANGED
@@ -63,7 +63,7 @@ class BasicAgent:
|
|
63 |
|
64 |
wiki_agent = FunctionAgent(
|
65 |
name="WikiAgent",
|
66 |
-
description="
|
67 |
system_prompt=(
|
68 |
"You are a Wikipedia agent that can search Wikipedia for information and extract the relevant information to answer a question. "
|
69 |
"You only give concise answers and if you don't find an answer to the given query on Wikipedia, "
|
|
|
63 |
|
64 |
wiki_agent = FunctionAgent(
|
65 |
name="WikiAgent",
|
66 |
+
description="Agent that can access Wikipedia to answer a question. Try using this agent if the WebAgent does not find an answer to a question.",
|
67 |
system_prompt=(
|
68 |
"You are a Wikipedia agent that can search Wikipedia for information and extract the relevant information to answer a question. "
|
69 |
"You only give concise answers and if you don't find an answer to the given query on Wikipedia, "
|