Member Junction
    Preparing search index...

    Resolves the default agent for a conversation turn.

    Usually accessed via ConversationsRuntime.Instance.DefaultAgent. Stateless beyond lazy delegation to ApplicationSettingEngine and AIEngineBase.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    FALLBACK_AGENT_NAME: "Sage" = 'Sage'

    Last-resort fallback agent name (step 4). Kept as a constant rather than another setting so the system has a hard floor even if metadata sync has never run on a fresh install — preserves today's "Sage is the default" behavior unconditionally.

    SETTING_NAME: "Conversations.DefaultAgentID" = 'Conversations.DefaultAgentID'

    Application Setting key consulted in steps 2 and 3.

    Methods