Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -529,7 +529,7 @@ def process_question(question):
|
|
529 |
|
530 |
# Run the process
|
531 |
question = "How many albums did Mercedes Sosa release between 2000 and 2009?"
|
532 |
-
response = agent.
|
533 |
print("Final Response:", response)
|
534 |
|
535 |
|
|
|
529 |
|
530 |
# Run the process
|
531 |
question = "How many albums did Mercedes Sosa release between 2000 and 2009?"
|
532 |
+
response = agent.invoke(question)
|
533 |
print("Final Response:", response)
|
534 |
|
535 |
|