naman1102 commited on
Commit
760f1a8
·
1 Parent(s): e5782f0

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
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