@suluk/agents - v0.1.6
    Preparing search index...

    Interface AgentGradeFinding

    interface AgentGradeFinding {
        dimension: GradeDimension;
        severity: GradeSeverity;
        code: string;
        detail: string;
        fix?: string;
    }
    Index

    Properties

    dimension: GradeDimension
    severity: GradeSeverity
    code: string

    machine code (carried through from the source check, e.g. "missing-max-depth", "no-fitting-model", "no-tiering").

    detail: string
    fix?: string

    a concrete remedy where the source check (or this one) provides one.