Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -31,7 +31,7 @@ def build_agent():
|
|
| 31 |
If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities), and write the digits in plain text unless specified otherwise.
|
| 32 |
If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in the list is a number or a string.
|
| 33 |
Your answer should only start with "FINAL ANSWER: ", then follows with the answer.
|
| 34 |
-
Use the tool that is most appropiate on the task you are required to do. Whenever
|
| 35 |
"""
|
| 36 |
return {
|
| 37 |
"messages": [sys_msg] + state["messages"]
|
|
|
|
| 31 |
If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities), and write the digits in plain text unless specified otherwise.
|
| 32 |
If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in the list is a number or a string.
|
| 33 |
Your answer should only start with "FINAL ANSWER: ", then follows with the answer.
|
| 34 |
+
Use the tool that is most appropiate on the task you are required to do. Whenever necessary, look for updated information through searches in the web, Wikipedia, Arxiv, etc.
|
| 35 |
"""
|
| 36 |
return {
|
| 37 |
"messages": [sys_msg] + state["messages"]
|