View Source ExOpenAI.Components.ImagesResponse (ex_openai.ex v1.7.0)
Schema representing a ImagesResponse within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.ImagesResponse{ created: integer(), data: [ExOpenAI.Components.Image.t()] }