Module Response.Choice

type t = {
  1. logprobs : unit option;
  2. finish_reason : string;
  3. native_finish_reason : string;
  4. index : int;
  5. message : Message.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
module Elide_image : sig ... end