mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 12:57:40 +00:00
fix: stabilize partial streaming filters
This commit is contained in:
@@ -37,6 +37,7 @@ export type EmbeddedPiSubscribeState = {
|
||||
deltaBuffer: string;
|
||||
blockBuffer: string;
|
||||
blockState: { thinking: boolean; final: boolean; inlineCode: InlineCodeState };
|
||||
partialBlockState: { thinking: boolean; final: boolean; inlineCode: InlineCodeState };
|
||||
lastStreamedAssistant?: string;
|
||||
lastStreamedAssistantCleaned?: string;
|
||||
lastStreamedReasoning?: string;
|
||||
|
||||
Reference in New Issue
Block a user