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 9a18f74 commit 0a75988Copy full SHA for 0a75988
firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Tool.kt
@@ -56,7 +56,7 @@ internal constructor(
56
return Tool(functionDeclarations, null, null)
57
}
58
59
- /** Creates a [Tool] instance that allows the model to use Code Execution. */
+ /** Creates a [Tool] instance that allows the model to use code execution. */
60
@JvmStatic
61
public fun codeExecution(): Tool {
62
return codeExecutionInstance
0 commit comments