View Source OpenAi.Chat.Completion.List (OpenAI REST API Client v1.0.0)

Provides struct and type for a Chat.Completion.List

Summary

Types

@type t() :: %OpenAi.Chat.Completion.List{
  data: [OpenAi.Chat.Completion.CreateResponse.t()],
  first_id: String.t(),
  has_more: boolean(),
  last_id: String.t(),
  object: String.t()
}