4 references to Informational
Microsoft.Extensions.AI.Evaluation (3)
EvaluationDiagnostic.cs (3)
32
/// <see cref="Severity"/> set to <see cref="EvaluationDiagnosticSeverity.
Informational
"/>.
37
/// <see cref="EvaluationDiagnosticSeverity.
Informational
"/>.
40
=> new EvaluationDiagnostic(EvaluationDiagnosticSeverity.
Informational
, message);
Microsoft.Extensions.AI.Evaluation.Console (1)
Commands\ReportCommand.cs (1)
224
metric.Diagnostics?.Count(d => d.Severity == EvaluationDiagnosticSeverity.
Informational
) ?? 0;