fix(webui): merge length recovery stream segments

This commit is contained in:
chengyongru
2026-07-27 01:39:46 +08:00
committed by Xubin Ren
parent 3cc5a98d9f
commit 27a00c7a4f
26 changed files with 325 additions and 29 deletions
+2
View File
@@ -1118,6 +1118,8 @@ export type InboundEvent =
text?: string;
/** This answer segment ended, but the active agent turn will continue. */
resuming?: boolean;
/** The next answer segment continues this same assistant message. */
merge_next?: boolean;
} & InboundTurnMetadata)
| ({
event: "reasoning_delta";