Member Junction
    Preparing search index...

    A single parsed mention.

    interface Mention {
        configurationId?: string;
        id: string;
        name: string;
        type: "agent" | "user" | "entity" | "query" | "skill";
    }
    Index

    Properties

    configurationId?: string

    Configuration preset ID — agent mentions only.

    id: string
    name: string
    type: "agent" | "user" | "entity" | "query" | "skill"