Spaces:
Configuration error
Configuration error
Update agent.py
Browse files
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
|
| 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 |
|