Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_ItemReference.hrl
Raw

include/glopenai@response_ItemReference.hrl

-record(item_reference, {
item_type :: gleam@option:option(binary()),
id :: binary()
}).