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