Skip to content

Commit

Permalink
Update python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyan99 authored Oct 11, 2024
1 parent d8e026f commit ad1ba2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _data/releases/2024-10/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ entries:
DisplayName: AI Evaluation
ServiceName: Cognitive Services
VersionType: Beta
Hidden: false
Hidden: true
ChangelogUrl: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-evaluation_1.0.0b2/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md
ChangelogContent: |-
#### Breaking Changes
Expand Down Expand Up @@ -203,6 +203,7 @@ entries:
#### Breaking Changes
- Removed `ContentSafetyChatEvaluator` and `ChatEvaluator`
- `data` and `evaluators` are now required keywords in `evaluate`.
- The `evaluator_config` parameter of `evaluate` now maps in evaluator name to a dictionary `EvaluatorConfig`, which is a `TypedDict`. The
`column_mapping` between `data` or `target` and evaluator field names should now be specified inside this new dictionary:
Expand Down

0 comments on commit ad1ba2e

Please sign in to comment.