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
response = gnd_model.generate_content("Who win Euro 2024")
202
+
203
+
print(response.text)
204
+
205
+
# Checking grounding metadata. It contains grounding supports and the follow-up search entry widget.
206
+
if response.candidates:
207
+
print(response.candidates[0].grounding_metadata)
208
+
```
209
+
186
210
## Documentation
187
211
188
212
You can find complete documentation for the Vertex AI SDKs and the Gemini model in the Google Cloud [documentation](https://cloud.google.com/vertex-ai/docs/generative-ai/learn/overview)
0 commit comments