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

Schema representing a ComputerScreenshotImage within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ComputerScreenshotImage{
  file_id: String.t() | nil,
  image_url: String.t() | nil,
  type: :computer_screenshot
}