Skip to content

Commit ccfaec5

Browse files
committed
Update FirebaseAI.swift
1 parent c86c77f commit ccfaec5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseAI/Sources/FirebaseAI.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ public final class FirebaseAI: Sendable {
3333
/// - backend: The backend API for the Firebase AI SDK; if not specified, uses the default
3434
/// ``Backend/googleAI()`` (Gemini Developer API).
3535
/// - useLimitedUseAppCheckTokens: When sending tokens to the backend, this option enables
36-
/// the usage of App Check's limited-use tokens instead of the standard cached tokens. Learn more about
36+
/// the usage of App Check's limited-use tokens instead of the standard cached tokens. Learn
37+
/// more about
3738
/// [limited-use tokens](https://firebase.google.com/docs/ai-logic/app-check), including
3839
/// their nuances, when to use them, and best practices for integrating them into your app.
3940
///

0 commit comments

Comments
 (0)