Schema representing a Image within the OpenAI API
@type t() :: %ExOpenAI.Components.Image{ b64_json: String.t() | nil, revised_prompt: String.t() | nil, url: String.t() | nil }