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

Schema representing a CreateVectorStoreFileRequest within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.CreateVectorStoreFileRequest{
  chunking_strategy: ExOpenAI.Components.ChunkingStrategyRequestParam.t() | nil,
  file_id: String.t()
}