Current section
Files
Jump to
Current section
Files
include/glopenai@vector_store_CreateVectorStoreFileBatchRequest.hrl
-record(create_vector_store_file_batch_request, {
file_ids :: gleam@option:option(list(binary())),
files :: gleam@option:option(list(glopenai@vector_store:create_vector_store_file_request())),
chunking_strategy :: gleam@option:option(glopenai@vector_store:chunking_strategy_request_param()),
attributes :: gleam@option:option(gleam@dict:dict(binary(), glopenai@vector_store:attribute_value()))
}).