Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -29,7 +29,7 @@ IMPORTANT:
|
|
29 |
- Provide FINAL ANSWER fast.
|
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 |
-
- DOnt user wiki tool more than 3 times.
|
33 |
"""
|
34 |
|
35 |
TOOLS = [
|
|
|
29 |
- Provide FINAL ANSWER fast.
|
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 |
+
- DOnt user wiki tool, web search tool and arxiv tool more than 3 times.
|
33 |
"""
|
34 |
|
35 |
TOOLS = [
|