View Source ExOpenAI.Components.ListVectorStoresResponse (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema ListVectorStoresResponse.
Type
any()
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() }