Response.Embedding
type t = {
object_ : string;
index : int;
embedding : float list;
}
val sexp_of_t : t -> Sexplib0.Sexp.t