Sanity Library Reference Docs
    Preparing search index...

    The narratable answer at one rollup level: the verdict plus what it waits on. waitsOn may be non-empty on a yes verdict (an effect settle is a wait the engine resolves itself) — consumers choose what to surface.

    interface AutonomyAnswer {
        completesWithoutCaller: AutonomyVerdict;
        waitsOn: AutonomyWait[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    completesWithoutCaller: AutonomyVerdict
    waitsOn: AutonomyWait[]