Member Junction
    Preparing search index...

    Mention content (@agent, @user, #entity, or #query)

    interface MentionContent {
        _mode?: "mention";
        configurationId?: string;
        configurationName?: string;
        id: string;
        name: string;
        type: "user" | "entity" | "agent" | "query";
    }
    Index

    Properties

    _mode?: "mention"

    Mode identifier (optional for backward compatibility)

    configurationId?: string

    Optional agent configuration ID

    configurationName?: string

    Optional agent configuration display name

    id: string

    ID of the mentioned entity

    name: string

    Name of the mentioned entity

    type: "user" | "entity" | "agent" | "query"

    Type of mention