MCPcopy Create free account
hub / github.com/TanStack/ai /

Class

packages/ai/src/activities/chat/stream/processor.ts:156–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 * @see docs/chat-architecture.md#adapter-contract — What this class expects from adapters
155 */
156export class StreamProcessor {
157 private readonly chunkStrategy: ChunkStrategy
158 private readonly events: StreamProcessorEvents
159 private readonly jsonParser: { parse: (jsonString: string) => any }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected