5 references to Format
Microsoft.Extensions.AI.Evaluation.Console (5)
Commands\ReportCommand.cs (3)
33
Format
format,
128
Format
.html => new HtmlReportWriter(outputFilePath),
129
Format
.json => new JsonReportWriter(outputFilePath),
Program.cs (2)
110
new Option<ReportCommand.
Format
>(
112
() => ReportCommand.
Format
.html,