Skip to content

Commit bcc220f

Browse files
committed
Fix the region tag
1 parent bcc2aea commit bcc220f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

genai/controlled-generation/ctrlgen-with-enum-schema.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
'use strict';
1616

17-
// [START googlegenaisdk_textgen_with_txt]
17+
// [START googlegenaisdk_ctrlgen_with_enum_schema]
1818
const {GoogleGenAI, Type} = require('@google/genai');
1919

2020
const GOOGLE_CLOUD_PROJECT = process.env.GOOGLE_CLOUD_PROJECT;
@@ -48,7 +48,7 @@ async function generateContent(
4848

4949
return response.text;
5050
}
51-
// [END googlegenaisdk_textgen_with_txt]
51+
// [END googlegenaisdk_ctrlgen_with_enum_schema]
5252

5353
module.exports = {
5454
generateContent,

0 commit comments

Comments
 (0)