You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/evaluation/azure-ai-evaluation/CHANGELOG.md
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Release History
2
2
3
-
## 1.4.0 (Unreleased)
3
+
## 1.4.0 (2025-03-27)
4
4
5
5
### Features Added
6
6
- Enhanced binary evaluation results with customizable thresholds
@@ -51,15 +51,10 @@
51
51
- TaskAdherenceEvaluator - Evaluates the task adherence of an agent's response to a user query.
52
52
- ToolCallAccuracyEvaluator - Evaluates the accuracy of tool calls made by an agent in response to a user query.
53
53
54
-
55
-
### Breaking Changes
56
-
57
54
### Bugs Fixed
58
55
- Fixed error in `GroundednessProEvaluator` when handling non-numeric values like "n/a" returned from the service.
59
56
- Uploading local evaluation results from `evaluate` with the same run name will no longer result in each online run sharing (and bashing) result files.
0 commit comments