Skip to content

Commit 7c5e6fc

Browse files
authored
[AI] Fix documentation generation warnings (#15892)
1 parent e00acaf commit 7c5e6fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseAI/Sources/FirebaseAI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public final class FirebaseAI: Sendable {
2929
///
3030
/// - Parameters:
3131
/// - app: A custom `FirebaseApp` used for initialization; if not specified, uses the default
32-
/// ``FirebaseApp``.
32+
/// `FirebaseApp`.
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

FirebaseAI/Sources/Types/Public/Live/LiveSession.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import Foundation
1919
/// Messages are streamed through ``LiveSession/responses``, and can be sent through either the
2020
/// dedicated realtime API function (such as ``LiveSession/sendAudioRealtime(_:)`` and
2121
/// ``LiveSession/sendTextRealtime(_:)``), or through the incremental API (such as
22-
/// ``LiveSession/sendContent(_:turnComplete:)-6x3ae``).
22+
/// ``LiveSession/sendContent(_:turnComplete:)-(PartsRepresentable...,_)``).
2323
///
2424
/// To create an instance of this class, see ``LiveGenerativeModel``.
2525
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)

0 commit comments

Comments
 (0)