@ynhcj/xiaoyi-channel 0.0.155-next → 0.0.156-next
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -414,7 +414,7 @@ export function createXYReplyDispatcher(params) {
|
|
|
414
414
|
if (isNewRound) {
|
|
415
415
|
// 将上一轮思考追加到历史
|
|
416
416
|
accumulatedReasoningHistory += (accumulatedReasoningHistory ? "\n\n" : "") + lastReasoningText;
|
|
417
|
-
|
|
417
|
+
scopedLog().log(`[onReasoningStream] new round detected, lastReasoningText: ${lastReasoningText.substring(0, 100)}, text: ${text.substring(0, 100)}`);
|
|
418
418
|
}
|
|
419
419
|
// 更新当前轮最后一次text
|
|
420
420
|
lastReasoningText = text;
|