View Source ExOpenAI.Components.CreateVectorStoreFileBatchRequest (ex_openai.ex v1.7.0)

Schema representing a CreateVectorStoreFileBatchRequest within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.CreateVectorStoreFileBatchRequest{
  chunking_strategy: ExOpenAI.Components.ChunkingStrategyRequestParam.t() | nil,
  file_ids: [String.t()]
}