Defined in: activities/chat/stream/processor.ts:84
Options for StreamProcessor
optional chunkStrategy: ChunkStrategy;
Defined in: activities/chat/stream/processor.ts:85
optional events: StreamProcessorEvents;
Defined in: activities/chat/stream/processor.ts:87
Event-driven handlers
optional initialMessages: UIMessage[];
Defined in: activities/chat/stream/processor.ts:94
Initial messages to populate the processor
optional jsonParser: object;
Defined in: activities/chat/stream/processor.ts:88
parse: (jsonString) => any;
string
any
optional recording: boolean;
Defined in: activities/chat/stream/processor.ts:92
Enable recording for replay testing