Spaces:
Configuration error
Configuration error
Update agent.py
Browse files
agent.py
CHANGED
@@ -904,6 +904,7 @@ async def main():
|
|
904 |
}
|
905 |
|
906 |
print(question_data)
|
|
|
907 |
answer = await agent.solve_gaia_question(question_data)
|
908 |
print(f"Answer: {answer}")
|
909 |
|
|
|
904 |
}
|
905 |
|
906 |
print(question_data)
|
907 |
+
print(search_and_extract_content_from_url("Mercedes Sosa studio albums 2000-2009"))
|
908 |
answer = await agent.solve_gaia_question(question_data)
|
909 |
print(f"Answer: {answer}")
|
910 |
|