You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Tool to retrieve knowledge from Google Maps."""
3758
3836
@@ -3764,6 +3842,10 @@ class GoogleMaps(_common.BaseModel):
3764
3842
default=None,
3765
3843
description="""Deprecated. The Google Maps contextual widget behavior in Grounding with Google Maps is being deprecated; this field is planned for removal and no longer has any effect once removed. Optional. Whether to return a widget context token in the GroundingMetadata of the response.""",
description="""Optional. Specifies the types of Google Maps grounding to enable. This field is not supported in Gemini API.""",
3848
+
)
3767
3849
3768
3850
3769
3851
class GoogleMapsDict(TypedDict, total=False):
@@ -3775,6 +3857,9 @@ class GoogleMapsDict(TypedDict, total=False):
3775
3857
enable_widget: Optional[bool]
3776
3858
"""Deprecated. The Google Maps contextual widget behavior in Grounding with Google Maps is being deprecated; this field is planned for removal and no longer has any effect once removed. Optional. Whether to return a widget context token in the GroundingMetadata of the response."""
0 commit comments