Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_ResponseItemList.hrl
Raw

include/glopenai@response_ResponseItemList.hrl

-record(response_item_list, {
object :: binary(),
first_id :: gleam@option:option(binary()),
last_id :: gleam@option:option(binary()),
has_more :: boolean(),
data :: gleam@dynamic:dynamic_()
}).