We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd4fcf commit 9dfd846Copy full SHA for 9dfd846
genai/api/GenAI.Samples/Thinking/ThinkingBudgetWithTxt.cs
@@ -52,10 +52,6 @@ public async Task<string> GenerateContent(
52
Console.WriteLine($"Token count for thinking: {response.UsageMetadata.ThoughtsTokenCount}");
53
// Example response:
54
// Token count for thinking: 804
55
-
56
- Console.WriteLine($"Total token count: {response.UsageMetadata.TotalTokenCount}");
57
- // Example response:
58
- // Total token count: 1450
59
return responseText;
60
}
61
0 commit comments