Skip to content

Commit 984931f

Browse files
committed
Merge branch 'grounding-updates' of https://github.com/GoogleCloudPlatform/python-docs-samples into grounding-updates
2 parents 7f6c2f2 + cf0bfe4 commit 984931f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/tools/tools_google_maps_with_txt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def generate_content() -> str:
5252
print(response.text)
5353
# Example response:
5454
# 'The next total solar eclipse in the United States will occur on ...'
55-
# [END googlegenaisdk_tools_enterprise_web_search_with_txt]
55+
# [END googlegenaisdk_tools_google_maps_with_txt]
5656
return response.text
5757

5858

0 commit comments

Comments
 (0)