Packages

Sans-IO OpenAI API client for Gleam, ported from async-openai

Current section

Files

Jump to
glopenai include glopenai@vector_store_UpdateVectorStoreRequest.hrl
Raw

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()))
}).