Packages

Sans-IO OpenAI API client for Gleam, ported from async-openai

Current section

Files

Jump to
glopenai include glopenai@response_ScrollParam.hrl
Raw

include/glopenai@response_ScrollParam.hrl

-record(scroll_param, {
scroll_x :: integer(),
scroll_y :: integer(),
x :: integer(),
y :: integer()
}).