Member Junction
    Preparing search index...

    Information about guardrails that were enforced or triggered

    interface GuardrailEnforcement {
        exceedances: GuardrailExceeded[];
        stoppedDueToGuardrails?: boolean;
        stoppedReason?: string;
        warnings: GuardrailWarning[];
    }
    Index

    Properties

    exceedances: GuardrailExceeded[]
    stoppedDueToGuardrails?: boolean
    stoppedReason?: string
    warnings: GuardrailWarning[]