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

    Interface MemoryPoisoningAssessment

    interface MemoryPoisoningAssessment {
        anomalies: MemoryPoisoningAnomaly[];
        anomalyRate: number;
        flaggedEntryIds: string[];
        poisoningScore: number;
        precision?: number;
        recall?: number;
    }
    Index
    anomalyRate: number
    flaggedEntryIds: string[]
    poisoningScore: number
    precision?: number
    recall?: number