WeByT3 commited on
Commit
c8b3fa3
·
verified ·
1 Parent(s): 3e615dc

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -49,7 +49,7 @@ def build_agent():
49
  Your answer should only start with "FINAL ANSWER: ", then follows with the answer.
50
  """
51
  context = []
52
- context.append({"role": "system", "content": sys_msg)
53
 
54
  return context + state["messages"]
55
 
 
49
  Your answer should only start with "FINAL ANSWER: ", then follows with the answer.
50
  """
51
  context = []
52
+ context.append({"role": "system", "content": sys_msg})
53
 
54
  return context + state["messages"]
55