Module Completions.Stream_chunk

module Tool_call_chunk : sig ... end
module Delta : sig ... end
module Choice : sig ... end
type t = {
  1. id : string;
  2. provider : string;
  3. model : string;
  4. object_ : string;
  5. created : int;
  6. choices : Choice.t list;
  7. system_fingerprint : string option;
  8. service_tier : string option;
  9. usage : Response.Usage.t option;
}
val sexp_of_t : t -> Sexplib0.Sexp.t