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

Schema representing a VectorStoreExpirationAfter within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.VectorStoreExpirationAfter{
  anchor: :last_active_at,
  days: integer()
}