Current section
Files
Jump to
Current section
Files
include/glopenai@vector_store_ListFilesInVectorStoreBatchQuery.hrl
-record(list_files_in_vector_store_batch_query, {
limit :: gleam@option:option(integer()),
order :: gleam@option:option(glopenai@vector_store:list_order()),
'after' :: gleam@option:option(binary()),
before :: gleam@option:option(binary()),
filter :: gleam@option:option(glopenai@vector_store:list_files_filter())
}).