Coool2 commited on
Commit
c361079
·
1 Parent(s): cb81c91

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
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