You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: models/spring-ai-vertex-ai-gemini/src/main/java/org/springframework/ai/vertexai/gemini/VertexAiGeminiChatClient.java
Copy file name to clipboardExpand all lines: models/spring-ai-vertex-ai-gemini/src/test/java/org/springframework/ai/vertexai/gemini/function/VertexAiGeminiChatClientFunctionCallingIT.java
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,8 @@ public void functionCallTestInferredOpenApiSchemaStream() {
179
179
180
180
}
181
181
182
-
//Gemini wants single tool with multiple function, instead multiple tools with single function
182
+
// Gemini wants single tool with multiple function, instead multiple tools with single
183
+
// function
183
184
@Test
184
185
publicvoidcanDeclareMultipleFunctions() {
185
186
@@ -200,8 +201,12 @@ public void canDeclareMultipleFunctions() {
0 commit comments