@@ -231,10 +231,9 @@ internal constructor(
231231 *
232232 * @param backend the backend reference to make generative AI requests to.
233233 * @param useLimitedUseAppCheckTokens when sending tokens to the backend, this option enables
234- * the usage of App Check's limited-use tokens instead of the standard cached tokens. Learn
235- * more about [limited-use tokens](https://firebase.google.com/docs/ai-logic/app-check),
236- * including their nuances, when to use them, and best practices for integrating them into your
237- * app.
234+ * the usage of App Check's limited-use tokens instead of the standard cached tokens. Learn more
235+ * about [limited-use tokens](https://firebase.google.com/docs/ai-logic/app-check), including
236+ * their nuances, when to use them, and best practices for integrating them into your app.
238237 *
239238 * _This flag is set to `false` by default._
240239 */
@@ -281,8 +280,9 @@ public fun Firebase.ai(
281280 *
282281 * @param backend the backend reference to make generative AI requests to.
283282 * @param useLimitedUseAppCheckTokens use App Check's limited-use tokens when sending requests to
284- * the backend. Learn more about [limited-use tokens](https://firebase.google.com/docs/ai-logic/app-check),
285- * including their nuances, when to use them, and best practices for integrating them into your app.
283+ * the backend. Learn more about
284+ * [limited-use tokens](https://firebase.google.com/docs/ai-logic/app-check), including their
285+ * nuances, when to use them, and best practices for integrating them into your app.
286286 */
287287// TODO(b/440356335): Update docs above when web page goes live in M170
288288public fun Firebase.ai (
0 commit comments