interface WorkingMemoryConfig {
    enabled: boolean;
    template?: string;
}

Properties

Properties

enabled: boolean
template?: string