Member Junction
    Preparing search index...

    One oracle to run, as it appears in the test's Configuration.

    interface PromptEvalOracleConfig {
        config?: Record<string, unknown>;
        type: string;
        weight?: number;
    }
    Index

    Properties

    Properties

    config?: Record<string, unknown>
    type: string
    weight?: number