Skip to main content

LlmJsonAsyncStream

Type Alias LlmJsonAsyncStream 

Source
pub type LlmJsonAsyncStream = Pin<Box<dyn Stream<Item = Result<Value>> + Send>>;
Expand description

Asynchronous JSON stream returned by a native typed stream interceptor.

Aliased Typeยง

#[repr(transparent)]
pub struct LlmJsonAsyncStream { /* private fields */ }