Skip to content

Conversation

@shyamnamboodiripad
Copy link
Contributor

@shyamnamboodiripad shyamnamboodiripad commented Aug 1, 2025

Microsoft Reviewers: Open in CodeFlow

Copilot AI review requested due to automatic review settings August 1, 2025 20:27
@shyamnamboodiripad shyamnamboodiripad requested a review from a team as a code owner August 1, 2025 20:27
@github-actions github-actions bot added the area-ai-eval Microsoft.Extensions.AI.Evaluation and related label Aug 1, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces metadata functionality to identify built-in evaluation metrics within the Microsoft.Extensions.AI.Evaluation framework. The implementation adds a utility system that allows marking and checking whether evaluation metrics are provided as part of the built-in library offerings.

Key changes:

  • Added BuiltInEvaluatorUtilities class with methods to mark and check built-in status
  • Applied built-in marking to all existing evaluators across Quality, Safety, NLP, and Console libraries
  • Updated project files to share the utility code across multiple libraries

Reviewed Changes

Copilot reviewed 22 out of 22 changed files in this pull request and generated 2 comments.

File Description
BuiltInEvaluatorUtilities.cs Core utility class providing metadata management for built-in evaluator identification
BuiltInEvaluatorUtilitiesTests.cs Comprehensive test coverage for the new utility functionality
Multiple evaluator files Addition of MarkAsBuiltIn() calls to existing evaluators
Multiple .csproj files Project file updates to include shared utility files

@shyamnamboodiripad shyamnamboodiripad merged commit d494f06 into dotnet:main Aug 2, 2025
7 checks passed
@shyamnamboodiripad shyamnamboodiripad deleted the metadata branch August 2, 2025 08:09
@github-actions github-actions bot locked and limited conversation to collaborators Sep 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-ai-eval Microsoft.Extensions.AI.Evaluation and related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants