Packages

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

Current section

Files

Jump to
glopenai include glopenai@batch_ListBatchesResponse.hrl
Raw

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()
}).