View Source ExOpenAI.Components.ScreenshotParam (ex_openai.ex v2.0.0-beta2)

A screenshot action.

Fields

  • :type - required - :screenshot
    Specifies the event type. For a screenshot action, this property is always set to screenshot.
    Allowed values: "screenshot"
    Default: "screenshot"

Summary

Types

@type t() :: %ExOpenAI.Components.ScreenshotParam{type: :screenshot}