Skip to content

Commit 9dfd846

Browse files
author
Juan Dominguez
committed
refactor(genai): remove total count tokens print
1 parent cbd4fcf commit 9dfd846

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

genai/api/GenAI.Samples/Thinking/ThinkingBudgetWithTxt.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ public async Task<string> GenerateContent(
5252
Console.WriteLine($"Token count for thinking: {response.UsageMetadata.ThoughtsTokenCount}");
5353
// Example response:
5454
// Token count for thinking: 804
55-
56-
Console.WriteLine($"Total token count: {response.UsageMetadata.TotalTokenCount}");
57-
// Example response:
58-
// Total token count: 1450
5955
return responseText;
6056
}
6157
}

0 commit comments

Comments
 (0)