Member Junction
    Preparing search index...

    What the harness knows about the turn beyond the decision itself.

    interface WellFormedInput {
        decision: ObservedDecision;
        executionError?: string | null;
        finishReason?: string | null;
    }
    Index

    Properties

    executionError?: string | null

    Set when the prompt run itself failed (provider error, timeout, cancellation).

    finishReason?: string | null

    The provider's finish_reason, when the driver captured one.