Search Results for

    Show / Hide Table of Contents

    Interface IMemorySettings

    Namespace: Glitch9.AIDevKit.Agents
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public interface IMemorySettings

    Properties

    | Edit this page View Source

    AutoSave

    Declaration
    bool AutoSave { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Capabilities

    Declaration
    MemoryCapabilities Capabilities { get; }
    Property Value
    Type Description
    MemoryCapabilities
    | Edit this page View Source

    MaxContextMessages

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

    Personalization

    Declaration
    IMemoryPersonalizationSettings Personalization { get; }
    Property Value
    Type Description
    IMemoryPersonalizationSettings
    | Edit this page View Source

    Rag

    Declaration
    IMemoryRagSettings Rag { get; }
    Property Value
    Type Description
    IMemoryRagSettings
    | Edit this page View Source

    Summary

    Declaration
    IMemorySummarySettings Summary { get; }
    Property Value
    Type Description
    IMemorySummarySettings
    | Edit this page View Source

    Title

    Declaration
    IMemoryTitleSettings Title { get; }
    Property Value
    Type Description
    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