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