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