Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -562,9 +562,9 @@ def process_question(question):
|
|
562 |
|
563 |
|
564 |
# Run the process
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
|
569 |
|
570 |
|
|
|
562 |
|
563 |
|
564 |
# Run the process
|
565 |
+
question = "How many albums did Mercedes Sosa release between 2000 and 2009?"
|
566 |
+
response = agent.invoke(question)
|
567 |
+
print("Final Response:", response)
|
568 |
|
569 |
|
570 |
|