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

Schema representing a ListVectorStoresResponse within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ListVectorStoresResponse{
  data: [ExOpenAI.Components.VectorStoreObject.t()],
  first_id: String.t(),
  has_more: boolean(),
  last_id: String.t(),
  object: String.t()
}