Update agent.py
Browse files
agent.py
CHANGED
@@ -204,7 +204,7 @@ def build_graph(provider: str = "groq"):
|
|
204 |
|
205 |
# test
|
206 |
if __name__ == "__main__":
|
207 |
-
question = "
|
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
|