Coool2 commited on
Commit
b353147
·
1 Parent(s): 0007857

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -899,7 +899,7 @@ async def main():
899
  agent = EnhancedGAIAAgent()
900
 
901
  question_data = {
902
- "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.",
903
  "task_id": ""
904
  }
905
 
 
899
  agent = EnhancedGAIAAgent()
900
 
901
  question_data = {
902
+ "Question": "How many studio albums were published by Mercedes Sosa between 2000 and 2009 (included)? List them !",
903
  "task_id": ""
904
  }
905