nexus-agents - v2.80.0
    Preparing search index...

    Interface FailurePattern

    A pattern that has been identified as ineffective.

    interface FailurePattern {
        pattern: string;
        occurrences: number;
        avgFailureScore: number;
    }
    Index

    Properties

    pattern: string

    Pattern description

    occurrences: number

    Number of times this pattern failed

    avgFailureScore: number

    Average quality score when this pattern appeared