sanitize_pass_fail_criteria
| Name | Type | Description |
|---|---|---|
name | str | The name of the evaluator. |
pass_fail_criteria | PassFailCriteria | The pass fail criteria to sanitize. |
Utility functions and helpers for Evaluators integration.
def sanitize_pass_fail_criteria(name: str,
pass_fail_criteria: PassFailCriteria)
| Name | Type | Description |
|---|---|---|
name | str | The name of the evaluator. |
pass_fail_criteria | PassFailCriteria | The pass fail criteria to sanitize. |
Was this page helpful?