bstraehle commited on
Commit
d8d4f52
·
verified ·
1 Parent(s): 856d428

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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)