Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ModerationDecision

    interface ModerationDecision {
        category: ContentCategory;
        confidence: number;
        flags: string[];
        reasoning: string;
        violationType: ViolationType;
    }
    Index
    category: ContentCategory
    confidence: number
    flags: string[]
    reasoning: string
    violationType: ViolationType