14 references to CountTokens
Microsoft.Extensions.AI.Evaluation.Quality (14)
ChatConversationEvaluator.cs (14)
79
tokenBudget -= tokenCounter.
CountTokens
(SystemPrompt!);
95
tokenBudget -= tokenCounter.
CountTokens
(baseEvaluationPrompt);
229
? tokenCounter.
CountTokens
("[") +
230
tokenCounter.
CountTokens
(role) +
231
tokenCounter.
CountTokens
("] ") +
232
tokenCounter.
CountTokens
(content) +
233
tokenCounter.
CountTokens
("\n")
234
: tokenCounter.
CountTokens
("[") +
235
tokenCounter.
CountTokens
(author!) +
236
tokenCounter.
CountTokens
(" (") +
237
tokenCounter.
CountTokens
(role) +
238
tokenCounter.
CountTokens
(")] ") +
239
tokenCounter.
CountTokens
(content) +
240
tokenCounter.
CountTokens
("\n");