We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76c235 commit 07a3b64Copy full SHA for 07a3b64
1 file changed
genai/count-tokens/counttoken-compute-with-txt.js
@@ -14,7 +14,7 @@
14
15
'use strict';
16
17
-// [START googlegenaisdk_counttoken_resp_with_txt]
+// [START googlegenaisdk_counttoken_compute_with_txt]
18
const {GoogleGenAI} = require('@google/genai');
19
20
const GOOGLE_CLOUD_PROJECT = process.env.GOOGLE_CLOUD_PROJECT;
@@ -40,7 +40,7 @@ async function countTokens(
40
41
return response.tokensInfo;
42
}
43
-// [END googlegenaisdk_counttoken_resp_with_txt]
+// [END googlegenaisdk_counttoken_compute_with_txt]
44
45
module.exports = {
46
countTokens,
0 commit comments