AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class Expiration

    Inheritance
    object
    Expiration
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public class Expiration

    Properties

    Anchor

    Anchor timestamp after which the expiration policy applies. Supported anchors: last_active_at.

    Declaration
    public string Anchor { get; set; }
    Property Value
    Type Description
    string

    Days

    The number of days after the anchor time that the vector store will expire.

    Declaration
    public int? Days { get; set; }
    Property Value
    Type Description
    int?
    In this article
    Back to top Generated by DocFX