Skip to content

Commit 65a9b4d

Browse files
Copilotslister1001
andcommitted
Update changelog and add documentation for evaluate_query parameter refactoring
Co-authored-by: slister1001 <[email protected]>
1 parent e27be71 commit 65a9b4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Added `_evaluate_query` parameter to `RaiServiceEvaluatorBase` class with a default value of `False`. This parameter controls whether queries are included in evaluation data when evaluating query-response pairs. Previously, queries were always included in evaluations. Existing code that relies on queries being evaluated will need to explicitly set `_evaluate_query=True` to maintain the previous behavior.
77

88
### Features Added
9+
- Made `_evaluate_query` parameter public as `evaluate_query` across all RAI service evaluators. The old `_evaluate_query` parameter is still supported but deprecated with a warning. Users should use `evaluate_query` instead of the private `_evaluate_query` parameter.
910

1011
### Bugs Fixed
1112

0 commit comments

Comments
 (0)