Values.PayloadPartSourceA wrapper for pieces of the payload that's returned in response to a streaming inference request. A streaming inference response consists of one or more payload parts.
type nonrec t = {bytes : PartBlob.t option;A blob that contains part of the response for your streaming inference request.
*)}