View Source OpenAi.Response.Computer.Move (OpenAI REST API Client v1.0.0)

Provides struct and type for a Response.Computer.Move

Summary

Types

@type t() :: %OpenAi.Response.Computer.Move{
  type: String.t(),
  x: integer(),
  y: integer()
}