Member Junction
    Preparing search index...

    '@' trigger — agents (permission-filtered via AIAgentPermissionHelper, top-level + Active + non-restricted only) and users. Agent suggestions carry their AI Agent Configuration presets so the inserted chip offers the Fast/Standard/High picker.

    Registered with the ClassFactory so any mj-mention-editor running in discovery mode picks it up once @memberjunction/ng-conversations is loaded; also instantiated directly by the mj-ai-composer wrapper (explicit-list mode).

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Key: string = 'agent-mentions'

    Stable identifier for this provider (e.g. 'agent-mentions'). Used as the ClassFactory registration key and by ExcludedTriggerKeys filtering.

    Priority: number = 10

    Ordering weight — higher runs first. When multiple providers share a TriggerChar, results are concatenated in priority order (then Key order).

    TriggerChar: string = '@'

    The single character that opens this provider's autocomplete (e.g. '@').

    Methods