Current section
Files
Jump to
Current section
Files
include/glopenai@vector_store_UpdateVectorStoreRequest.hrl
-record(update_vector_store_request, {
name :: gleam@option:option(binary()),
expires_after :: gleam@option:option(glopenai@vector_store:vector_store_expiration_after()),
metadata :: gleam@option:option(gleam@dict:dict(binary(), binary()))
}).