2 implementations of IEvaluationReportWriter
Microsoft.Extensions.AI.Evaluation.Reporting (2)
Formats\Html\HtmlReportWriter.cs (1)
24public sealed class HtmlReportWriter(string reportFilePath) : IEvaluationReportWriter
Formats\Json\JsonReportWriter.cs (1)
23public sealed class JsonReportWriter(string reportFilePath) : IEvaluationReportWriter
3 references to IEvaluationReportWriter
Microsoft.Extensions.AI.Evaluation.Console (1)
Commands\ReportCommand.cs (1)
86IEvaluationReportWriter reportWriter = format switch
Microsoft.Extensions.AI.Evaluation.Reporting (2)
Formats\Html\HtmlReportWriter.cs (1)
17/// An <see cref="IEvaluationReportWriter"/> that generates an HTML report containing all the
Formats\Json\JsonReportWriter.cs (1)
16/// An <see cref="IEvaluationReportWriter"/> that generates a JSON report containing all the