Update app.py
Browse files
app.py
CHANGED
|
@@ -261,7 +261,6 @@ Conversation:
|
|
| 261 |
|
| 262 |
# ---- Guard Router ----
|
| 263 |
def conv_guard_router(state: OrderState):
|
| 264 |
-
st.write(state["history"])
|
| 265 |
if state["conv_guard_result"] == "BLOCK":
|
| 266 |
state["final_response"] = "Your request is being forwarded to a customer support specialist."
|
| 267 |
state["intent"] = "0"
|
|
|
|
| 261 |
|
| 262 |
# ---- Guard Router ----
|
| 263 |
def conv_guard_router(state: OrderState):
|
|
|
|
| 264 |
if state["conv_guard_result"] == "BLOCK":
|
| 265 |
state["final_response"] = "Your request is being forwarded to a customer support specialist."
|
| 266 |
state["intent"] = "0"
|