Coool2 commited on
Commit
e48cf9a
·
verified ·
1 Parent(s): 1a210da

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -717,6 +717,7 @@ async def main():
717
  "Question": "How many studio albums were published by Mercedes Sosa between 2000 and 2009 (included)? You can use the latest 2022 version of english wikipedia.",
718
  "task_id": ""
719
  }
 
720
  answer = await agent.solve_gaia_question(question_data)
721
  print(f"Answer: {answer}")
722
 
 
717
  "Question": "How many studio albums were published by Mercedes Sosa between 2000 and 2009 (included)? You can use the latest 2022 version of english wikipedia.",
718
  "task_id": ""
719
  }
720
+ print(question_data)
721
  answer = await agent.solve_gaia_question(question_data)
722
  print(f"Answer: {answer}")
723