output
    Preparing search index...

    Type Alias CheckContext<TInput, TOutput>

    type CheckContext<TInput = unknown, TOutput = unknown> = {
        context: { ground_truth: Record<string, unknown> };
        input: TInput;
        output: TOutput;
    }

    Type Parameters

    • TInput = unknown
    • TOutput = unknown
    Index

    Properties

    Properties

    context: { ground_truth: Record<string, unknown> }
    input: TInput
    output: TOutput