View Source OpenAi.VectorStore.File.Batch.CreateRequest (OpenAI REST API Client v1.0.0)
Provides struct and type for a VectorStore.File.Batch.CreateRequest
Summary
Types
@type t() :: %OpenAi.VectorStore.File.Batch.CreateRequest{ attributes: OpenAi.VectorStore.File.Attributes.t() | nil, chunking_strategy: OpenAi.VectorStore.File.ChunkingStrategy.Auto.RequestParam.t() | OpenAi.VectorStore.File.ChunkingStrategy.Static.RequestParam.t() | nil, file_ids: [String.t()] }