View Source ExOpenAI.Components.InputImage (ex_openai.ex v1.8.0)

Schema representing a InputImage within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.InputImage{
  detail: :auto | :low | :high,
  file_id: String.t() | nil,
  image_url: String.t() | nil,
  type: :input_image
}