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

Schema representing a Move within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.Move{type: :move, x: integer(), y: integer()}