@ynhcj/xiaoyi-channel 0.0.183-beta → 0.0.184-beta
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.
|
@@ -430,6 +430,7 @@ export function createXYReplyDispatcher(params) {
|
|
|
430
430
|
if (text.length > 0) {
|
|
431
431
|
accumulatedText += text;
|
|
432
432
|
hasSentResponse = true;
|
|
433
|
+
scopedLog().log(`[PARTIAL-REPLY] Sending A2A text: "${text}"`);
|
|
433
434
|
await sendA2AResponse({
|
|
434
435
|
config,
|
|
435
436
|
sessionId,
|