wt002 commited on
Commit
5b0cdf6
·
verified ·
1 Parent(s): 57772df

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +3 -3
agent.py CHANGED
@@ -562,9 +562,9 @@ def process_question(question):
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
 
 
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