Schema representing a ComputerScreenshotImage within the OpenAI API
@type t() :: %ExOpenAI.Components.ComputerScreenshotImage{ file_id: String.t() | nil, image_url: String.t() | nil, type: :computer_screenshot }