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

Schema representing a Image within the OpenAI API

Summary

Types

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