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