Current section
Files
Jump to
Current section
Files
include/glopenai@vector_store_ListVectorStoreFilesQuery.hrl
-record(list_vector_store_files_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())
}).