Current section
Files
Jump to
Current section
Files
include/glopenai@batch_ListBatchesResponse.hrl
-record(list_batches_response, {
data :: list(glopenai@batch:batch()),
first_id :: gleam@option:option(binary()),
last_id :: gleam@option:option(binary()),
has_more :: boolean(),
object :: binary()
}).