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