Evaluators
EvaluationResponse
contains the results of evaluating a test call
overview
the EvaluationResponse
class represents the results of evaluating a test call. it contains a list of evaluation results and any additional data from the evaluation process.
constructor
parameters
evaluation_results
(List[EvaluationResult]): list of individual evaluation resultsextra_data
(Dict[str, Any]): additional data from the evaluation process, such as fixa-observe urls
example usage
notes
- returned by both LocalEvaluator and CloudEvaluator
- evaluation_results contains the pass/fail status and reasoning for each evaluation criterion
- extra_data may contain different information depending on the evaluator used
- with cloudevaluator, extra_data includes the fixa-observe url for detailed analysis