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