We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8ea12 commit 1dc7d7fCopy full SHA for 1dc7d7f
FirebaseAI/Sources/FirebaseAI.swift
@@ -32,9 +32,6 @@ public final class FirebaseAI: Sendable {
32
/// ``FirebaseApp``.
33
/// - backend: The backend API for the Firebase AI SDK; if not specified, uses the default
34
/// ``Backend/googleAI()`` (Gemini Developer API).
35
- /// - config: Configuration options for the Firebase AI SDK that propogate across all models
36
- /// created. Uses default options when not specified, see the ``FirebaseAI.Config``
37
- /// documentation for more information.
38
/// - useLimitedUseAppCheckTokens: When sending tokens to the backend, this option enables
39
/// the usage of App Check's limited-use tokens instead of the standard cached tokens.
40
///
0 commit comments