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

Schema representing a Scroll within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.Scroll{
  scroll_x: integer(),
  scroll_y: integer(),
  type: :scroll,
  x: integer(),
  y: integer()
}