Skip to content

Commit 5afa9cd

Browse files
slister1001Copilot
andcommitted
[Evaluation] Prepare azure-ai-evaluation 1.18.2 release
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: a8d6b8cc-0ccd-4408-a420-22b63f844cb9
1 parent 4168450 commit 5afa9cd

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

sdk/evaluation/azure-ai-evaluation/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Release History
22

3+
## 1.18.2 (2026-07-21)
4+
5+
### Features Added
6+
7+
- Added support for admin-connected (BYO) judge models in prompty-based evaluators. Models configured
8+
with `byo_model` and `project_endpoint` are routed through the Foundry project Responses API, which
9+
resolves the connection and its authentication.
10+
11+
### Bugs Fixed
12+
13+
- Updated `TaskNavigationEfficiencyEvaluator` validation errors to name both accepted input aliases:
14+
`response` / `actions` and `ground_truth` / `expected_actions`.
15+
316
## 1.18.1 (2026-07-09)
417

518
### Bugs Fixed

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# ---------------------------------------------------------
44
# represents upcoming version
55

6-
VERSION = "1.18.1"
6+
VERSION = "1.18.2"

0 commit comments

Comments
 (0)