Current section
Files
Jump to
Current section
Files
include/glopenai@vector_store_CreateVectorStoreFileRequest.hrl
-record(create_vector_store_file_request, {
file_id :: binary(),
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()))
}).