Provides struct and type for a Response.Input.ImageContent
@type t() :: %OpenAi.Response.Input.ImageContent{ detail: String.t(), file_id: String.t() | nil, image_url: String.t() | nil, type: String.t() }