View Source OpenAi.Eval.Run.OutputItem.Sample.Usage (OpenAI REST API Client v1.0.0)

Provides struct and type for a Eval.Run.OutputItem.Sample.Usage

Summary

Types

@type t() :: %OpenAi.Eval.Run.OutputItem.Sample.Usage{
  cached_tokens: integer(),
  completion_tokens: integer(),
  prompt_tokens: integer(),
  total_tokens: integer()
}