Search Results for

    Show / Hide Table of Contents

    Interface IDefaultInstructionsUpdaterSettings

    Inherited Members
    IInstructionsUpdaterSettings.MinMessageLength
    IInstructionsUpdaterSettings.MinQuestionLength
    Namespace: Glitch9.AIDevKit.Agents
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public interface IDefaultInstructionsUpdaterSettings : IInstructionsUpdaterSettings

    Properties

    | Edit this page View Source

    EmbeddingModel

    Declaration
    Model EmbeddingModel { get; }
    Property Value
    Type Description
    Model
    | Edit this page View Source

    GenerationModel

    Declaration
    Model GenerationModel { get; }
    Property Value
    Type Description
    Model
    | Edit this page View Source

    MaxTokens

    Maximum number of tokens for the generated system instructions. Default 400.

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

    MetaInstructions

    Additional context describing the agent's role and purpose, provided to the LLM. When null, only the default meta prompt is used.

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

    TopicShiftThreshold

    Cosine similarity lower bound (0??) below which a topic shift is declared. Default 0.82. When similarity falls below this threshold, the LLM is called to regenerate instructions.

    Declaration
    float TopicShiftThreshold { get; }
    Property Value
    Type Description
    float

    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