pub fn decode_openai_response(
runner: Symbol,
model: &str,
body: &[u8],
include_raw: bool,
) -> Result<Expr>Expand description
Decodes an OpenAI chat-completion response body into a model-response transcript, optionally embedding the raw provider JSON.