fix(cli): cli output in wecom_bot

This commit is contained in:
zhayujie
2026-03-28 19:26:59 +08:00
parent dbc06dbe95
commit 13c020eb61

View File

@@ -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