Interface ActivatedNode

interface ActivatedNode {
    memoryId: string;
    activation: number;
    depth: number;
    activatedBy: string[];
}

Properties

memoryId: string
activation: number
depth: number
activatedBy: string[]

IDs of seed nodes that contributed activation.