We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc8e51 commit d3e75a9Copy full SHA for d3e75a9
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/FirebaseVertexAI.kt
@@ -55,10 +55,10 @@ internal constructor(
55
modelName: String,
56
generationConfig: GenerationConfig? = null,
57
safetySettings: List<SafetySetting>? = null,
58
- requestOptions: RequestOptions = RequestOptions(),
59
tools: List<Tool>? = null,
60
toolConfig: ToolConfig? = null,
61
systemInstruction: Content? = null,
+ requestOptions: RequestOptions = RequestOptions(),
62
): GenerativeModel {
63
if (location.trim().isEmpty() || location.contains("/")) {
64
throw InvalidLocationException(location)
0 commit comments