llm_chain

Module output

Source

Structs§

Immediate
NotAStreamError
OutputStream

Enums§

Output
The Output enum provides a general interface for outputs of different types. The Immediate variant represents data that is immediately available, while the Stream variant represents data that may be produced over time.
StreamSegment

Traits§

Stream
A stream of values produced asynchronously.
StreamExt
An extension trait for the Stream trait that provides a variety of convenient combinator functions.