• shaw's avatar
    fix(openai): preserve image outputs when text content serialization fails · ca204ddd
    shaw authored
    In reconstructResponseOutputFromSSE, text content Marshal/Unmarshal
    failure previously caused an early return that silently discarded
    already-extracted image_generation_call outputs. Now serialization
    errors are tolerated so image results still reach the client.
    ca204ddd
openai_gateway_service.go 169 KB