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

    Interface ImprovementSuggestion

    A suggested improvement to address failures.

    interface ImprovementSuggestion {
        action: string;
        targetCriterion: string;
        priority: 1 | 2 | 3;
    }
    Index

    Properties

    action: string

    What action to take

    targetCriterion: string

    Which criterion this addresses

    priority: 1 | 2 | 3

    Priority: 1 (highest) to 3 (lowest)