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.
"OBJECT"
DataType.object
1 parent 3076ccb commit f445dcbCopy full SHA for f445dcb
FirebaseVertexAI/Sources/FunctionCalling.swift
@@ -25,7 +25,7 @@ public struct FunctionDeclaration {
25
/// A brief description of the function.
26
let description: String
27
28
- /// Describes the parameters to this function; must be of type `"OBJECT"`.
+ /// Describes the parameters to this function; must be of type `DataType.object`.
29
let parameters: Schema?
30
31
/// Constructs a new `FunctionDeclaration`.
0 commit comments