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

Schema representing a DeleteVectorStoreResponse within the OpenAI API

Summary

Types

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