Ahmed El Shami
Results
1
comments of
Ahmed El Shami
You understood it well. I tried to use ```grounding_metadata = getattr(server_content, 'grounding_metadata', None) if grounding_metadata is not None: display.display( display.HTML(grounding_metadata.search_entry_point.rendered_content))``` in the receive_audio function of the `Get_started_LiveAPI.py` cookbook but the...