naman1102 commited on
Commit
8b26a35
·
1 Parent(s): 2fb2b9c

Update agent.py

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