Sandiago21 commited on
Commit
26e2502
·
verified ·
1 Parent(s): be56fd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -997,7 +997,7 @@ class BasicAgent:
997
 
998
  try:
999
  response = self.safe_app.invoke(state)
1000
- agent_answer = response["output"]
1001
 
1002
  # agent_answer = str(df)
1003
  # agent_answer = str(response.status_code) + " - " + task_id
 
997
 
998
  try:
999
  response = self.safe_app.invoke(state)
1000
+ agent_answer = str(response["proposed_action"])
1001
 
1002
  # agent_answer = str(df)
1003
  # agent_answer = str(response.status_code) + " - " + task_id