Skip to main content

Module stream

Module stream 

Source
Expand description

Server-sent event streaming for the generation endpoints.

Reconnect semantics mirror the buffered path with one addition: an error that arrives as the first SSE event is treated exactly like an HTTP 503, because nothing has been delivered yet and replaying is safe. Once a chunk has been yielded, any error is terminal: the caller has already consumed part of a generation that cannot be replayed.

Type Aliasesยง

ChunkStream
A stream of response chunks.