Sandiago21 commited on
Commit
436f313
·
verified ·
1 Parent(s): b0ab2ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1006,7 +1006,7 @@ class BasicAgent:
1006
 
1007
  try:
1008
  response = self.safe_app.invoke(state)
1009
- agent_answer = str(response["information"])
1010
 
1011
  # agent_answer = str(df)
1012
  # agent_answer = str(response.status_code) + " - " + task_id
 
1006
 
1007
  try:
1008
  response = self.safe_app.invoke(state)
1009
+ agent_answer = response["output"]
1010
 
1011
  # agent_answer = str(df)
1012
  # agent_answer = str(response.status_code) + " - " + task_id