Skip to content

Commit 5a4315f

Browse files
authored
fix: prevent premature rawChunkTracker clearing for MCP tools (#9993)
1 parent e092e77 commit 5a4315f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/assistant-message/NativeToolCallParser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ export class NativeToolCallParser {
156156
id: tracked.id,
157157
})
158158
}
159-
this.rawChunkTracker.clear()
160159
}
161160

162161
return events

0 commit comments

Comments
 (0)