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