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