Defined in: activities/chat/stream/processor.ts:99
Options for StreamProcessor
optional chunkStrategy: ChunkStrategy;
Defined in: activities/chat/stream/processor.ts:100
optional events: StreamProcessorEvents;
Defined in: activities/chat/stream/processor.ts:102
Event-driven handlers
optional initialMessages: UIMessage[];
Defined in: activities/chat/stream/processor.ts:109
Initial messages to populate the processor
optional jsonParser: object;
Defined in: activities/chat/stream/processor.ts:103
parse: (jsonString) => any;
string
any
optional recording: boolean;
Defined in: activities/chat/stream/processor.ts:107
Enable recording for replay testing