7 references to ToTelemetryPropertyValue
Microsoft.Extensions.AI.Evaluation.Console (7)
Commands\CleanResultsCommand.cs (1)
31
[PropertyNames.LastN] = lastN.
ToTelemetryPropertyValue
()
Commands\ReportCommand.cs (6)
39
[PropertyNames.LastN] = lastN.
ToTelemetryPropertyValue
(),
190
string resultIdValue = resultId.
ToTelemetryPropertyValue
();
197
[PropertyNames.MetricsCount] = metrics.Count.
ToTelemetryPropertyValue
()
231
[PropertyNames.ErrorDiagnosticsCount] = errorDiagnosticsCount.
ToTelemetryPropertyValue
(),
232
[PropertyNames.WarningDiagnosticsCount] = warningDiagnosticsCount.
ToTelemetryPropertyValue
(),
234
informationalDiagnosticsCount.
ToTelemetryPropertyValue
()