Skip to content

Commit 0a75988

Browse files
author
David Motsonashvili
committed
Fixing documentation for M170
1 parent 9a18f74 commit 0a75988

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Tool.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ internal constructor(
5656
return Tool(functionDeclarations, null, null)
5757
}
5858

59-
/** Creates a [Tool] instance that allows the model to use Code Execution. */
59+
/** Creates a [Tool] instance that allows the model to use code execution. */
6060
@JvmStatic
6161
public fun codeExecution(): Tool {
6262
return codeExecutionInstance

0 commit comments

Comments
 (0)