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 8d1354e commit c3d7a8cCopy full SHA for c3d7a8c
genai/text_generation/textgen_with_youtube_video.py
@@ -16,7 +16,7 @@
16
17
18
def generate_content() -> str:
19
- # [START genai_text_generation_youtube_video]
+ # [START googlegenaisdk_textgen_with_youtube_video]
20
from google import genai
21
from google.genai import types
22
@@ -43,7 +43,7 @@ def generate_content() -> str:
43
# We all know the struggle: you're rushing in the morning, and lunch is the
44
# last thing on your mind...
45
46
- # [END genai_text_generation_youtube_video]
+ # [END googlegenaisdk_textgen_with_youtube_video]
47
return response.text
48
49
0 commit comments