pub type LlmStream = BoxStream<'static, Result<LlmResponse, LlmError>>;Expand description
A reply streamed in chunks; see BaseLlm::generate_stream.
Aliased Typeยง
pub struct LlmStream { /* private fields */ }pub type LlmStream = BoxStream<'static, Result<LlmResponse, LlmError>>;A reply streamed in chunks; see BaseLlm::generate_stream.
pub struct LlmStream { /* private fields */ }