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.
2 parents c9a4a3d + 04aa624 commit fca4af9Copy full SHA for fca4af9
firebase-ai/src/androidTest/kotlin/com/google/firebase/ai/ToolTests.kt
@@ -304,7 +304,7 @@ class ToolTests {
304
ToolConfig(
305
functionCallingConfig = FunctionCallingConfig(FunctionCallingConfig.Mode.ANY)
306
),
307
- tools = listOf(Tool(functions.toList())),
+ tools = listOf(Tool.functionDeclarations(functions.toList())),
308
)
309
return model
310
}
0 commit comments