AIX: ContentReassembler: note

This commit is contained in:
Enrico Ros
2026-02-13 16:45:19 -08:00
parent 311a9c2bf2
commit 85f796fb1d
+1 -1
View File
@@ -718,7 +718,7 @@ export class ContentReassembler {
return undefined;
case 'done-dispatch-closed':
// Stream EOF before completion
// Stream EOF before completion - the fact we have finish reason indicates the message had the token stop reason but the protocol didn't have a [DONE] or similar
console.warn(`⚠️ [ContentReassembler] done-dispatch-closed without tokenStopReason - possible truncation`);
this._appendErrorFragment('Message may be truncated: stream ended before completion.');
return undefined;