Module Response.Usage

type t = {
  1. prompt_tokens : int;
  2. total_tokens : int;
  3. cost : float option;
}
val sexp_of_t : t -> Sexplib0.Sexp.t