pub type ByteStream = Pin<Box<dyn Stream<Item = Result<Bytes, LlmError>> + Send>>;
Type-erased byte stream for SSE parsing.
#[repr(transparent)]pub struct ByteStream { /* private fields */ }