WeByT3 commited on
Commit
c1581ff
·
verified ·
1 Parent(s): 9a4d131

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -20,7 +20,7 @@ def build_agent():
20
  }
21
 
22
  def enhancer(state: MessagesState):
23
- system_propmt = """
24
  You are a helpful assistant tasked with answering questions using a set of tools.
25
  Now, I will ask you a question. Report your thoughts, and finish your answer with the following template:
26
  FINAL ANSWER: [YOUR FINAL ANSWER].
 
20
  }
21
 
22
  def enhancer(state: MessagesState):
23
+ sys_msg = """
24
  You are a helpful assistant tasked with answering questions using a set of tools.
25
  Now, I will ask you a question. Report your thoughts, and finish your answer with the following template:
26
  FINAL ANSWER: [YOUR FINAL ANSWER].