Abbasid commited on
Commit
631b03a
·
verified ·
1 Parent(s): c133122

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -182,6 +182,7 @@ SYSTEM_PROMPT = (
182
  FINAL ANSWER: [Your concise and accurate answer here]
183
 
184
  If the `retrieve_examples` tool provides an answer to an identical question, use that answer. Otherwise, use your tools to find the correct answer for the current question.
 
185
  """
186
  )
187
 
 
182
  FINAL ANSWER: [Your concise and accurate answer here]
183
 
184
  If the `retrieve_examples` tool provides an answer to an identical question, use that answer. Otherwise, use your tools to find the correct answer for the current question.
185
+ This is a GAIA problem to solve-be succinct in your answer.
186
  """
187
  )
188