@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface DiagnosisHypothesis

    One ranked hypothesis about what might be wrong.

    interface DiagnosisHypothesis {
        id: string;
        title: string;
        summary: string;
        verdict: DiagnosisHypothesisVerdict;
        evidence: string[];
    }
    Index

    Properties

    id: string

    Stable ID. Currently H1, H2, H4, H5, H6H3 (session ID handling) is reserved for a future addition. Downstream consumers should treat this as an opaque string rather than exhaustively switching on it.

    title: string

    Short human-readable title.

    summary: string

    One-line summary, tailored with evidence from this run.

    evidence: string[]

    Supporting evidence extracted from the steps above.