Evaluator
LocalEvaluatorReturn
__init__
Name | Description |
---|---|
score | The score of the evaluator. |
reasoning | The reasoning of the evaluator. |
PassFailCriteriaOnEachEntry
__init__
Name | Description |
---|---|
score_should_be | The score should be. |
value | The value of the pass fail criteria. |
PassFailCriteriaForTestrunOverall
__init__
Name | Description |
---|---|
overall_should_be | The overall should be. |
value | The value of the pass fail criteria. |
for_result | The for result. |
PassFailCriteria
__init__
Name | Description |
---|---|
on_each_entry_pass_if | The pass fail criteria on each entry. |
for_testrun_overall_pass_if | The pass fail criteria for the overall testrun. |
LocalEvaluatorResultParameter
__init__
Name | Description |
---|---|
output | The output of the local evaluator. |
context_to_evaluate | The context to evaluate. |
LocalEvaluationResult
__init__
Name | Description |
---|---|
result | The result of the local evaluation. |
name | The name of the local evaluation. |
pass_fail_criteria | The pass fail criteria of the local evaluation. |
LocalEvaluationResultWithId
__init__
Name | Description |
---|---|
result | The result of the local evaluation. |
name | The name of the local evaluation. |
pass_fail_criteria | The pass fail criteria of the local evaluation. |
id | The id of the local evaluation. |