Skip to main content

Module stream

Module stream 

Source
Expand description

Server-Sent Events (SSE) stream decoder for chat completion chunks.

Structs§

ChatCompletionStream
Asynchronous stream yielding incremental ChatCompletionChunk updates from an SSE stream.

Type Aliases§

BoxChatCompletionStream
A pinned, heap-allocated stream yielding incremental ChatCompletionChunk updates.