Skip to content

Commit 9b83676

Browse files
committed
Minor doc fixes
1 parent b5b0107 commit 9b83676

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
import Foundation
1616

17-
/// A struct defining model parameters to be used when sending generative AI
18-
/// requests to the backend model.
17+
/// Configuration options for live content generation.
1918
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
2019
public struct LiveGenerationConfig: Sendable {
2120
/// Controls the degree of randomness in token selection.
@@ -45,7 +44,7 @@ public struct LiveGenerationConfig: Sendable {
4544
/// Controls the voice of the model during conversation.
4645
let speechConfig: SpeechConfig?
4746

48-
/// Creates a new `GenerationConfig` value.
47+
/// Creates a new ``LiveGenerationConfig`` value.
4948
///
5049
/// See the
5150
/// [Configure model parameters](https://firebase.google.com/docs/vertex-ai/model-parameters)

0 commit comments

Comments
 (0)