OpenAI.CreateChatCompletionResponse (oapi_oai v0.1.2)

Provides struct and type for CreateChatCompletionResponse

Link to this section Summary

Link to this section Types

@type t() :: %OpenAI.CreateChatCompletionResponse{
  choices: [map()],
  created: integer(),
  id: String.t(),
  model: String.t(),
  object: String.t(),
  usage: map() | nil
}