Update app.py
Browse files
app.py
CHANGED
|
@@ -997,7 +997,7 @@ class BasicAgent:
|
|
| 997 |
|
| 998 |
try:
|
| 999 |
response = self.safe_app.invoke(state)
|
| 1000 |
-
agent_answer = str(response["
|
| 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["information"])
|
| 1001 |
|
| 1002 |
# agent_answer = str(df)
|
| 1003 |
# agent_answer = str(response.status_code) + " - " + task_id
|