pub fn synthesize_response(
kind: ContentGenerationKind,
body: Bytes,
framing: StreamFraming,
) -> Result<Vec<Bytes>, TransformError>Expand description
Convert one complete content-generation response into a strict stream.
pub fn synthesize_response(
kind: ContentGenerationKind,
body: Bytes,
framing: StreamFraming,
) -> Result<Vec<Bytes>, TransformError>Convert one complete content-generation response into a strict stream.