Skip to content

Commit fca4af9

Browse files
authored
Merge 04aa624 into c9a4a3d
2 parents c9a4a3d + 04aa624 commit fca4af9

File tree

1 file changed

+1
-1
lines changed
  • firebase-ai/src/androidTest/kotlin/com/google/firebase/ai

1 file changed

+1
-1
lines changed

firebase-ai/src/androidTest/kotlin/com/google/firebase/ai/ToolTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ class ToolTests {
304304
ToolConfig(
305305
functionCallingConfig = FunctionCallingConfig(FunctionCallingConfig.Mode.ANY)
306306
),
307-
tools = listOf(Tool(functions.toList())),
307+
tools = listOf(Tool.functionDeclarations(functions.toList())),
308308
)
309309
return model
310310
}

0 commit comments

Comments
 (0)