pub fn decode_openai_response_with_limits(
runner: Symbol,
model: &str,
body: &[u8],
include_raw: bool,
limits: DecodeLimits,
) -> Result<Expr>Expand description
Decodes an OpenAI chat-completion response under caller-supplied limits.