From 13c020eb61d0f1bed5c65c606d5c7bbd7ca39098 Mon Sep 17 00:00:00 2001 From: zhayujie Date: Sat, 28 Mar 2026 19:26:59 +0800 Subject: [PATCH] fix(cli): cli output in wecom_bot --- channel/wecom_bot/wecom_bot_channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channel/wecom_bot/wecom_bot_channel.py b/channel/wecom_bot/wecom_bot_channel.py index 01ae6503..895119dc 100644 --- a/channel/wecom_bot/wecom_bot_channel.py +++ b/channel/wecom_bot/wecom_bot_channel.py @@ -452,7 +452,7 @@ class WecomBotChannel(ChatChannel): if req_id: state = self._stream_states.pop(req_id, None) if state: - final_content = state["committed"] + final_content = state["committed"] or content stream_id = state["stream_id"] else: final_content = content