wt002 commited on
Commit
02f4c11
·
verified ·
1 Parent(s): 368a05d

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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.run(question)
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