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

Schema representing a Drag within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.Drag{
  path: [ExOpenAI.Components.Coordinate.t()],
  type: :drag
}