WeByT3 commited on
Commit
f01b65a
·
verified ·
1 Parent(s): dcf3d18

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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 possible, look for updated information through searches in the web, Wikipedia, Arxiv, etc.
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"]