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