Sandiago21 commited on
Commit
c110814
·
verified ·
1 Parent(s): ba50683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -702,7 +702,7 @@ class BasicAgent:
702
  state = {
703
  "messages": question,
704
  }
705
- # response = self.safe_app.invoke(state)
706
 
707
  # agent_answer = response["output"]
708
  agent_answer = "Hello World!"
 
702
  state = {
703
  "messages": question,
704
  }
705
+ response = self.safe_app.invoke(state)
706
 
707
  # agent_answer = response["output"]
708
  agent_answer = "Hello World!"