优化: 清理编号注释

This commit is contained in:
lxy
2026-08-12 00:47:45 +08:00
parent 7a1e80eac2
commit 4ad78abad6
7 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ export function setConvStreaming(convId: string | null | undefined, value: boole
/**
* 写某 conv 的 currentText(空串时仅清字段,streaming 仍 true 则保留项)。
* FIX-17 P2-3:收敛对称——当 streaming=false 且 currentText 被清空时,删 Map 项。
* 收敛对称——当 streaming=false 且 currentText 被清空时,删 Map 项。
*
* @param convId 目标会话 id
* @param value currentText 目标值(空串=清流式累积,但会话可能仍在 streaming)