2 writes to NonCachedOutputTokenCount
Microsoft.Extensions.AI.Evaluation.Console (2)
Commands\ReportCommand.cs (2)
370
NonCachedOutputTokenCount
+= turn.Usage?.OutputTokenCount;
394
NonCachedOutputTokenCount
??= 0;
1 reference to NonCachedOutputTokenCount
Microsoft.Extensions.AI.Evaluation.Console (1)
Commands\ReportCommand.cs (1)
334
if (usageDetails.
NonCachedOutputTokenCount
is long nonCachedOutputTokenCount)