pub type StreamMsgFuture = Pin<Box<dyn Future<Output = Result<Pin<Box<dyn Stream<Item = Result<StreamEvent, LlmError>> + Send>>, LlmError>> + Send>>;Expand description
A boxed future that resolves to a stream of LLM events.
Aliased Typeยง
pub struct StreamMsgFuture { /* private fields */ }