Current section
Files
Jump to
Current section
Files
include/glopenai@vector_store_VectorStoreSearchResultsPage.hrl
-record(vector_store_search_results_page, {
object :: binary(),
search_query :: list(binary()),
data :: list(glopenai@vector_store:vector_store_search_result_item()),
has_more :: boolean(),
next_page :: gleam@option:option(binary())
}).