Optional agentA list of tools available to the agent, for TrajectoryEvalChain.
Optional chainOptional criteriaThe criteria to use for the evaluator.
Optional distanceThe distance metric to use for comparing the embeddings.
Optional embeddingThe embedding objects to vectorize the outputs.
Optional feedbackThe feedback (or metric) name to use for the logged evaluation results. If none provided, we default to the evaluationName.
Optional llmOptional prepareConvert the evaluation data into a format that can be used by the evaluator. By default, we pass the first value of the run.inputs, run.outputs (predictions), and references (example.outputs) If this is specified, it will override the prepareData function in the RunEvalConfig for this particular evaluator.
The data to prepare.
Optional reference_The prepared data.
Optional input?: unknownOptional reference?: unknownGenerated using TypeDoc
The name of the evaluator to use. Example: labeled_criteria, criteria, etc.