• shaw's avatar
    fix: 非流式路径在上游终态事件output为空时从delta事件重建响应内容 · b85ab201
    shaw authored and 陈曦's avatar 陈曦 committed
    上游API近期更新后,response.completed终态SSE事件的output字段可能为空,
    实际内容仅通过response.output_text.delta等增量事件下发。流式路径不受影响,
    但chat_completions非流式路径和responses OAuth非流式路径只依赖终态事件的
    output,导致返回空响应。
    
    新增BufferedResponseAccumulator累积器,在SSE扫描过程中收集delta事件内容
    (文本、function_call、reasoning),当终态output为空时补充重建。
    
    同时修复handleChatBufferedStreamingResponse遗漏response.done事件类型的问题。
    b85ab201
openai_gateway_chat_completions.go 16.8 KB