View Source ExOpenAI.Components.UpdateVectorStoreFileAttributesRequest (ex_openai.ex v2.0.0-beta2)

Module for representing the OpenAI schema UpdateVectorStoreFileAttributesRequest.

Fields

  • :attributes - required - ExOpenAI.Components.VectorStoreFileAttributes.t()

Summary

Types

@type t() :: %ExOpenAI.Components.UpdateVectorStoreFileAttributesRequest{
  attributes: ExOpenAI.Components.VectorStoreFileAttributes.t()
}