Spaces:
Paused
Paused
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -30,4 +30,4 @@ def run_agent(model_id, level, question, file_name, ground_truth):
|
|
| 30 |
|
| 31 |
answer = agent.run(question)
|
| 32 |
|
| 33 |
-
return answer, answer == ground_truth
|
|
|
|
| 30 |
|
| 31 |
answer = agent.run(question)
|
| 32 |
|
| 33 |
+
return answer, str(answer == ground_truth)
|