Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -27,6 +27,7 @@ IMPORTANT:
|
|
27 |
- Do not make up tool names.
|
28 |
- Do not loop unnecessarily.
|
29 |
- Provide FINAL ANSWER as soon as you are confident.
|
|
|
30 |
- If wiki tool doesnt give you enough information, try again with a shorter query, or a more genral query. Dont use a query that is too specific.
|
31 |
"""
|
32 |
|
|
|
27 |
- Do not make up tool names.
|
28 |
- Do not loop unnecessarily.
|
29 |
- Provide FINAL ANSWER as soon as you are confident.
|
30 |
+
- Try to use the web search tool first before using wiki and arxiv tools.
|
31 |
- If wiki tool doesnt give you enough information, try again with a shorter query, or a more genral query. Dont use a query that is too specific.
|
32 |
"""
|
33 |
|