View Source ExOpenAI.Components.Image (ex_openai.ex v1.3.1)

Schema representing a Image within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.Image{
  b64_json: String.t() | nil,
  url: String.t() | nil
}