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