Interface ContentFeatures

interface ContentFeatures {
    hasNovelty: boolean;
    hasProcedure: boolean;
    hasEmotion: boolean;
    hasSocialContent: boolean;
    hasCooperation: boolean;
    hasEthicalContent: boolean;
    hasContradiction: boolean;
    topicRelevance: number;
}

Properties

hasNovelty: boolean
hasProcedure: boolean
hasEmotion: boolean
hasSocialContent: boolean
hasCooperation: boolean
hasEthicalContent: boolean
hasContradiction: boolean
topicRelevance: number

0-1 relevance to current task / active goal.