[Microsoft.Extensions.AI.Evaluation.Reporting] Evaluation report redesign - #7609
Open
grafanaKibana wants to merge 24 commits into
Open
[Microsoft.Extensions.AI.Evaluation.Reporting] Evaluation report redesign#7609grafanaKibana wants to merge 24 commits into
grafanaKibana wants to merge 24 commits into
Conversation
Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
…-eval-report-redesign
Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
…-eval-report-redesign
Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
…ified comparisons Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
…ed unused styles, refactored context and metric formatting Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
Author
|
@dotnet-policy-service agree |
…pendency Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
…related logic Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
…lity logic. Added more tests to test accessibility. Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
…lity fixes, refactoring Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
…on abstractions consistency Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
- Fixed Summary.ts — collision & duplicate handling - Removed orphaned @fluentui/react v8 - Fixed yellow shade in light theme - Deleted more dead code Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
grafanaKibana
marked this pull request as draft
July 22, 2026 11:55
…ting ones Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
Signed-off-by: nikitareshetnik <reshetnik.nikita@gmail.com>
grafanaKibana
marked this pull request as ready for review
July 26, 2026 12:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #7593.
Summary
Redesigns the generated AI Evaluation HTML report as a shared Fluent UI app used by both the standalone report and the Azure DevOps extension. The serialized
Dataset,ScenarioRunResult, andEvaluationMetriccontracts are unchanged.The previous single-page report is replaced by four focused views:
What changed
Verification
npm test -- --no-file-parallelism— 216/216 tests across 31 committed test files.Risk
The primary risk is visual regression because both hosts share the same components. No public API or serialized data-shape changes are introduced.
Microsoft Reviewers: Open in CodeFlow