WeByT3 commited on
Commit
28b8c01
·
verified ·
1 Parent(s): e7cd708

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -22,7 +22,8 @@ def build_agent():
22
 
23
  def enhancer(state: MessagesState):
24
  sys_msg = """
25
- You are a helpful assistant tasked with answering questions using a set of tools.
 
26
  Now, I will ask you a question. Report your thoughts, and finish your answer with the following template:
27
  FINAL ANSWER: [YOUR FINAL ANSWER].
28
  YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated list of numbers and/or strings.
 
22
 
23
  def enhancer(state: MessagesState):
24
  sys_msg = """
25
+ You are a helpful assistant tasked with answering questions using a set of tools.
26
+ Use the tool that is most appropiate on the task you are required to do.
27
  Now, I will ask you a question. Report your thoughts, and finish your answer with the following template:
28
  FINAL ANSWER: [YOUR FINAL ANSWER].
29
  YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated list of numbers and/or strings.