Module Stream_chunk.Choice

type t = {
  1. logprobs : unit option;
  2. finish_reason : string option;
  3. native_finish_reason : string option;
  4. index : int;
  5. delta : Delta.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t