Current section
Files
Jump to
Current section
Files
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_()
}).