Arize Phoenix TS
    Preparing search index...
    EvaluationParams: Partial<EvaluatorParams> & { input: KVMap }

    Parameters passed to an evaluator when it runs inside a test. A relaxation of the shared EvaluatorParams: input is always present, while output (an evaluator may run before logOutput()) and the remaining fields are optional. Deriving from EvaluatorParams keeps this aligned with the experiment evaluator contract as that shape evolves.

    Type Declaration

    • input: KVMap

      The example's input under test.