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