Commit 4d48637
committed
fix: Correct extraneous parenthesis in GenerationConfig.toInternal
Removes an extra parenthesis and corrects the mapping logic within the `toInternal()` function in `GenerationConfig.kt` that was introduced when adding the `responseModalities` property.1 parent e145b38 commit 4d48637
File tree
1 file changed
+1
-5
lines changed- firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type
1 file changed
+1
-5
lines changedLines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | 160 | | |
165 | 161 | | |
166 | | - | |
| 162 | + | |
167 | 163 | | |
168 | 164 | | |
169 | 165 | | |
| |||
0 commit comments