Arize Phoenix TS
    Preparing search index...

    Type Alias EvaluatorParams<TaskOutputType>

    type EvaluatorParams<TaskOutputType = TaskOutput> = {
        expected?: Example["output"];
        input: Example["input"];
        metadata?: Example["metadata"];
        output: TaskOutputType;
        traceId?: string | null;
    }

    Type Parameters

    Index

    Properties

    expected?: Example["output"]

    The expected or reference output of the Dataset Example

    The input field of the Dataset Example

    metadata?: Example["metadata"]

    Metadata associated with the Dataset Example

    The output of the task

    traceId?: string | null

    The trace ID of the task run, if available. Can be used to fetch and analyze the task's trace (e.g., for trajectory evaluation or action verification).