bstraehle commited on
Commit
1530cea
·
verified ·
1 Parent(s): 7988b10

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -39,7 +39,7 @@ def get_final_answer(question, answer):
39
  You are a GAIA benchmark expert, who is given a question and answer:
40
  Question: """ + question + """
41
  Answer: """ + answer + """
42
- Read the question carefully. You must ONLY give the final answer requested. Do not include explanations, steps, reasoning, or additional text. If the final answer is a number, provide it in numeric format, not in text format.
43
  For example, if asked "What is the capital of France?", respond with "Paris".
44
  """
45
 
 
39
  You are a GAIA benchmark expert, who is given a question and answer:
40
  Question: """ + question + """
41
  Answer: """ + answer + """
42
+ Read the question CAREFULLY. You must ONLY give the final answer requested. Do not include explanations, steps, reasoning, or additional text. If the final answer is a number, provide it in numeric format, not in text format.
43
  For example, if asked "What is the capital of France?", respond with "Paris".
44
  """
45