pub fn decode_lemonade_stream_with_limits(
runner: Symbol,
model: &str,
body: &[u8],
include_raw: bool,
limits: DecodeLimits,
) -> Result<Expr>Expand description
Decodes Lemonade OpenAI-compatible SSE chunks under explicit limits.