output
    Preparing search index...

    Interface GroundTruth

    interface GroundTruth {
        evals?: Record<string, Record<string, unknown>>;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    evals?: Record<string, Record<string, unknown>>