@@ -231,10 +231,9 @@ internal constructor(
231
231
*
232
232
* @param backend the backend reference to make generative AI requests to.
233
233
* @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.
238
237
*
239
238
* _This flag is set to `false` by default._
240
239
*/
@@ -281,8 +280,9 @@ public fun Firebase.ai(
281
280
*
282
281
* @param backend the backend reference to make generative AI requests to.
283
282
* @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.
286
286
*/
287
287
// TODO(b/440356335): Update docs above when web page goes live in M170
288
288
public fun Firebase.ai (
0 commit comments