We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45598e0 commit 1332001Copy full SHA for 1332001
src/assistant/streaming-tag-parser.ts
@@ -12,7 +12,6 @@ export type ProcessedTag<TagNameT extends string> = {
12
};
13
14
export class StreamingTagParser<TagNameT extends string> {
15
- private buffer: string = "";
16
private readonly tagNames: TagNameT[];
17
private readonly contentHandler: (
18
chunk: ProcessedText | ProcessedTag<TagNameT>
0 commit comments