convertChunksToEvents(
chunks: AsyncIterable<ChatGenerationChunk>,
options: __type
): AsyncGenerator<ChatModelStreamEvent>| Name | Type | Description |
|---|---|---|
chunks* | AsyncIterable<ChatGenerationChunk> | |
options | __type |
Convert an async iterable of legacy ChatGenerationChunks into
ChatModelStreamEvents with typed deltas.