Skip to content

Commit dfe7eea

Browse files
committed
Small formatting fix
1 parent 842f137 commit dfe7eea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FirebaseVertexAI/Sources/GenerationConfig.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ public struct GenerationConfig {
137137
/// - `application/json`: Schema for JSON response.
138138
///
139139
/// Refer to the
140-
/// [Control generated
141-
/// output](https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/control-generated-output)
140+
/// [Control generated output](https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/control-generated-output)
142141
/// guide for more details.
143142
public init(temperature: Float? = nil, topP: Float? = nil, topK: Int? = nil,
144143
candidateCount: Int? = nil, maxOutputTokens: Int? = nil,

0 commit comments

Comments
 (0)