Search Results for

    Show / Hide Table of Contents

    Class MemoryTitleSettings

    Inheritance
    object
    MemoryTitleSettings
    Implements
    IMemoryTitleSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Agents
    Assembly: Glitch9.AIDevKit.Agent.dll
    Syntax
    [Serializable]
    public class MemoryTitleSettings : IMemoryTitleSettings

    Properties

    | Edit this page View Source

    RegenerateUntilMessageCount

    Keep regenerating the title until the conversation reaches this many messages. Set to 0 to generate only once.

    Declaration
    public int RegenerateUntilMessageCount { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    TriggerAfterMessageCount

    Generate the first title after this many messages (default: 2 = after the first user+assistant exchange).

    Declaration
    public int TriggerAfterMessageCount { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    UtilityModel

    Declaration
    public string UtilityModel { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    WriteRecord

    Save this generation as a record in the generation history.

    Declaration
    public bool WriteRecord { get; }
    Property Value
    Type Description
    bool

    Implements

    IMemoryTitleSettings

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation