Update app.py
Browse files
app.py
CHANGED
|
@@ -702,7 +702,7 @@ class BasicAgent:
|
|
| 702 |
state = {
|
| 703 |
"messages": question,
|
| 704 |
}
|
| 705 |
-
|
| 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!"
|