hemantgaikwad commited on
Commit
83736ec
·
verified ·
1 Parent(s): 36e7e33

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -204,7 +204,7 @@ def build_graph(provider: str = "groq"):
204
 
205
  # test
206
  if __name__ == "__main__":
207
- question = "When was a picture of St. Thomas Aquinas first added to the Wikipedia page on the Principle of double effect?"
208
  # Build the graph
209
  graph = build_graph(provider="groq")
210
  # Run the graph
 
204
 
205
  # test
206
  if __name__ == "__main__":
207
+ 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."
208
  # Build the graph
209
  graph = build_graph(provider="groq")
210
  # Run the graph