View Source ExOpenAI.Components.CreateVectorStoreFileBatchRequest (ex_openai.ex v1.8.0-beta)
Schema representing a CreateVectorStoreFileBatchRequest within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.CreateVectorStoreFileBatchRequest{ attributes: ExOpenAI.Components.VectorStoreFileAttributes.t() | nil, chunking_strategy: ExOpenAI.Components.ChunkingStrategyRequestParam.t() | nil, file_ids: [String.t()] }