@@ -297,11 +297,12 @@ public class FinishReason private constructor(public val name: String, public va
297297/* *
298298 * Metadata returned to the client when grounding is enabled.
299299 *
300- * If using Grounding with Google Search, you are required to comply with the
301- * "Grounding with Google Search" usage requirements for your chosen API provider: [Gemini Developer
302- * API](https://ai.google.dev/gemini-api/terms#grounding-with-google-search) or Vertex AI Gemini API
303- * (see [Service Terms](https://cloud.google.com/terms/service-terms) section within the Service
304- * Specific Terms).
300+ * If using Grounding with Google Search, you are required to comply with the "Grounding with Google
301+ * Search" usage requirements for your chosen API provider:
302+ * [Gemini Developer
303+ * API](https://ai.google.dev/gemini-api/terms#grounding-with-google-search) or
304+ * Vertex AI Gemini API (see [Service Terms](https://cloud.google.com/terms/service-terms) section
305+ * within the Service Specific Terms).
305306 *
306307 * @property webSearchQueries The list of web search queries that the model performed to gather the
307308 * grounding information. These can be used to allow users to explore the search results themselves.
@@ -347,8 +348,8 @@ public class GroundingMetadata(
347348/* *
348349 * Represents a Google Search entry point.
349350 *
350- * @property renderedContent An HTML/CSS snippet that can be embedded in your app.
351- * To ensure proper rendering, it's recommended to display this content within a `WebView`.
351+ * @property renderedContent An HTML/CSS snippet that can be embedded in your app. To ensure proper
352+ * rendering, it's recommended to display this content within a `WebView`.
352353 * @property sdkBlob A blob of data for the client SDK to render the search entry point.
353354 */
354355public class SearchEntryPoint (
@@ -393,8 +394,8 @@ public class GroundingChunk(
393394 *
394395 * @property uri The URI of the retrieved web page.
395396 * @property title The title of the retrieved web page.
396- * @property domain The domain of the original URI from which the content was retrieved.
397- * This is only populated when using the Vertex AI Gemini API.
397+ * @property domain The domain of the original URI from which the content was retrieved. This is
398+ * only populated when using the Vertex AI Gemini API.
398399 */
399400public class WebGroundingChunk (
400401 public val uri : String? ,
0 commit comments