| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| azure-ai-evaluation_1.16.4 source code.tar.gz | 2026-04-03 | 133.4 MB | |
| azure-ai-evaluation_1.16.4 source code.zip | 2026-04-03 | 188.3 MB | |
| README.md | 2026-04-03 | 381 Bytes | |
| Totals: 3 Items | 321.7 MB | 2 | |
1.16.4 (2026-04-03)
Features Added
- Added support for evaluator
propertiespassthrough in AOAI evaluation results. When an evaluator returns apropertiesdict, it is included alongsidescore,label,reason,threshold, andpassedin the result object.
Bugs Fixed
- Fixed stray space in
_eval_metric.valueattribute access in_base_rai_svc_eval.py.