Skip to content

Commit c3d7a8c

Browse files
committed
docs(genai): Update textgen_with_youtube_video.py sample region tags
1 parent 8d1354e commit c3d7a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

genai/text_generation/textgen_with_youtube_video.py

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

1717

1818
def generate_content() -> str:
19-
# [START genai_text_generation_youtube_video]
19+
# [START googlegenaisdk_textgen_with_youtube_video]
2020
from google import genai
2121
from google.genai import types
2222

@@ -43,7 +43,7 @@ def generate_content() -> str:
4343
# We all know the struggle: you're rushing in the morning, and lunch is the
4444
# last thing on your mind...
4545

46-
# [END genai_text_generation_youtube_video]
46+
# [END googlegenaisdk_textgen_with_youtube_video]
4747
return response.text
4848

4949

0 commit comments

Comments
 (0)