Search Suggestions and grounding metadata with the Live API

Wondering if there’s a way to get the search results or suggestions with the Live API?

I’m aware of the methods for the gemini api and the docs surrounding implementing that. However I’m not sure the Live API sends webSearchQueries or rendered_content?

Hi @Peter_McGrath,

With the Live API as well you can get the grounding metadata. You can follow this colab notebook.
In this notebook, “handle_server_content” is displaying the grounding_metadata in the result.

Thanks