View Source OpenAi.VectorStore.File.Batch.CreateRequest (OpenAI REST API Client v0.4.4)

Provides struct and type for a VectorStore.File.Batch.CreateRequest

Summary

Types

@type t() :: %OpenAi.VectorStore.File.Batch.CreateRequest{
  chunking_strategy:
    OpenAi.VectorStore.File.ChunkingStrategy.Auto.RequestParam.t()
    | OpenAi.VectorStore.File.ChunkingStrategy.Static.RequestParam.t()
    | nil,
  file_ids: [String.t()]
}