View Source ExOpenAI.Components.CoordParam (ex_openai.ex v2.0.0-beta2)
An x/y coordinate pair, e.g. { x: 100, y: 200 }.
Fields
:x- required -integer()
The x-coordinate.:y- required -integer()
The y-coordinate.
An x/y coordinate pair, e.g. { x: 100, y: 200 }.
:x - required - integer()
The x-coordinate.
:y - required - integer()
The y-coordinate.