pub fn decode_msgpack_stream<R: Read>(reader: R) -> MsgpackFrameIter<R> ⓘExpand description
Yield frames from a stream of concatenated MessagePack maps.
Frame shape: {"ids": [int...], "done": bool, "finish_reason"?: str}.
pub fn decode_msgpack_stream<R: Read>(reader: R) -> MsgpackFrameIter<R> ⓘYield frames from a stream of concatenated MessagePack maps.
Frame shape: {"ids": [int...], "done": bool, "finish_reason"?: str}.