Update agent.py
Browse files
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 |
|