Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_ComputerScreenshotImage.hrl
Raw

include/glopenai@response_ComputerScreenshotImage.hrl

-record(computer_screenshot_image, {
file_id :: gleam@option:option(binary()),
image_url :: gleam@option:option(binary())
}).