Module llm_chain::output

source ·

Structs

Enums

  • 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.

Traits

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