5 references to Format
Microsoft.Extensions.AI.Evaluation.Console (5)
Commands\ReportCommand.cs (3)
28
Format
format,
88
Format
.html => new HtmlReportWriter(outputFilePath),
89
Format
.json => new JsonReportWriter(outputFilePath),
Program.cs (2)
92
new Option<ReportCommand.
Format
>(
94
() => ReportCommand.
Format
.html,