Skip to content

Commit 68653cf

Browse files
committed
Update region tag
1 parent 5202104 commit 68653cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

discoveryengine/standalone_apis_sample.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ def rank_sample(
125125
return response
126126

127127

128-
def grounded_generation_inline_sample(
128+
def grounded_generation_inline_vais_sample(
129129
project_id: str,
130130
serving_config: str,
131131
) -> discoveryengine.GenerateGroundedContentResponse:
132-
# [START genappbuilder_grounded_generation_inline]
132+
# [START genappbuilder_grounded_generation_inline_vais]
133133
from google.cloud import discoveryengine_v1 as discoveryengine
134134

135135
# TODO(developer): Uncomment these variables before running the sample.
@@ -192,7 +192,7 @@ def grounded_generation_inline_sample(
192192

193193
# Handle the response
194194
print(response)
195-
# [END genappbuilder_grounded_generation_inline]
195+
# [END genappbuilder_grounded_generation_inline_vais]
196196

197197
return response
198198

0 commit comments

Comments
 (0)