pub fn decode_ollama_stream_with_limits(
runner: Symbol,
model: &str,
body: &[u8],
include_raw: bool,
limits: DecodeLimits,
) -> Result<Expr>Expand description
Decodes a newline-delimited Ollama stream under caller-supplied limits.