Member Junction
    Preparing search index...

    User preferences for which evaluation metrics to display

    interface EvaluationPreferences {
        showAuto: boolean;
        showExecution: boolean;
        showHuman: boolean;
    }
    Index

    Properties

    showAuto: boolean

    Show automated oracle scores (0-100%)

    showExecution: boolean

    Show execution status (Completed, Error, Timeout, etc.)

    showHuman: boolean

    Show human feedback ratings (1-10 scale)