OpenAI.CreateEditResponse (oapi_oai v0.2.1)

Provides struct and type for CreateEditResponse

Link to this section Summary

Link to this section Types

@type t() :: %OpenAI.CreateEditResponse{
  choices: [map()],
  created: integer(),
  object: String.t(),
  usage: map()
}