View Source ExOpenAI.Components.RunCompletionUsage (ex_openai.ex v1.7.0)

Schema representing a RunCompletionUsage within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.RunCompletionUsage{
  completion_tokens: integer(),
  prompt_tokens: integer(),
  total_tokens: integer()
}