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

Schema representing a DeleteVectorStoreFileResponse within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.DeleteVectorStoreFileResponse{
  deleted: boolean(),
  id: String.t(),
  object: :"vector_store.file.deleted"
}