bstraehle commited on
Commit
0c53631
·
verified ·
1 Parent(s): 1f505a0

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -34,7 +34,7 @@ def run_agent(level, question, file_name):
34
 
35
  answer = agent.run(question)
36
 
37
- return get_final_answer(question, answer)
38
 
39
  def get_final_answer(question, answer):
40
  client = OpenAI()
 
34
 
35
  answer = agent.run(question)
36
 
37
+ return answer, get_final_answer(question, answer)
38
 
39
  def get_final_answer(question, answer):
40
  client = OpenAI()