fix(webui): merge length recovery stream segments
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user