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