FD900 commited on
Commit
c52c9e2
·
verified ·
1 Parent(s): 6a9fad5

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -66,4 +66,4 @@ class GaiaAgent:
66
 
67
  def run(self):
68
  print("🚀 [RUN] Starting submission...")
69
- return run_and_submit_all(self.answer_question)
 
66
 
67
  def run(self):
68
  print("🚀 [RUN] Starting submission...")
69
+ return run_and_submit_all(self)