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 a852ef4 commit 34be1f0Copy full SHA for 34be1f0
FirebaseVertexAI/Sources/FunctionCalling.swift
@@ -36,7 +36,7 @@ public struct FunctionDeclaration {
36
/// - description: A brief description of the function.
37
/// - parameters: Describes the parameters to this function.
38
/// - optionalParameters: The names of parameters that may be omitted by the model in function
39
- /// calls; by default all parameters are considered required.
+ /// calls; by default, all parameters are considered required.
40
public init(name: String, description: String, parameters: [String: Schema],
41
optionalParameters: [String] = []) {
42
self.name = name
0 commit comments