View Source ExOpenAI.Components.ImagesResponse (ex_openai.ex v1.5.1)

Schema representing a ImagesResponse within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ImagesResponse{
  created: integer(),
  data: [ExOpenAI.Components.Image.t()]
}