Skip to content

Commit d8a1dae

Browse files
committed
rm
1 parent 09a3663 commit d8a1dae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/BidiGenerateContentClientMessage.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ internal class BidiGenerateContentClientMessage(
3838
val systemInstruction: Content.Internal?
3939
)
4040
}
41+
4142
fun toInternal() =
4243
Internal(Internal.BidiGenerateContentSetup(model, generationConfig, tools, systemInstruction))
4344
}

0 commit comments

Comments
 (0)