pub fn encode_openai_responses_response(
expr: &Expr,
response_id: &str,
created_at_ms: u64,
) -> Result<Vec<u8>>Expand description
Encodes a response transcript into OpenAI Responses API response JSON,
stamping it with response_id and created_at_ms.