Module Usage.Prompt_tokens_details

type t = {
  1. cached_tokens : int option;
  2. cache_write_tokens : int option;
  3. audio_tokens : int option;
  4. video_tokens : int option;
}
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t