Stream_chunk.Choice
type t = {
logprobs : unit option;
finish_reason : string option;
native_finish_reason : string option;
index : int;
delta : Delta.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t