From f9a307e86b771f20bd2dc043a875b2ee86cc5d50 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期二, 12 十一月 2024 18:42:12 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/rag-gateway

---
 app/api/report.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/api/report.py b/app/api/report.py
index 22c9bf6..232c4b0 100644
--- a/app/api/report.py
+++ b/app/api/report.py
@@ -76,7 +76,7 @@
                         await websocket.send_json(result)
                         print(f"Forwarded to client, {chat_id}: {result}")
 
-                    last_message = "step" if steps else "message"
+                    last_message = "message" if msg else "step"
 
             # 鍚姩涓や釜浠诲姟锛屽垎鍒鐞嗗鎴风鍜屾湇鍔$鐨勬秷鎭�
             tasks = [

--
Gitblit v1.8.0