Skip to content

Commit f445dcb

Browse files
committed
Replace "OBJECT" with DataType.object in docs
1 parent 3076ccb commit f445dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseVertexAI/Sources/FunctionCalling.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public struct FunctionDeclaration {
2525
/// A brief description of the function.
2626
let description: String
2727

28-
/// Describes the parameters to this function; must be of type `"OBJECT"`.
28+
/// Describes the parameters to this function; must be of type `DataType.object`.
2929
let parameters: Schema?
3030

3131
/// Constructs a new `FunctionDeclaration`.

0 commit comments

Comments
 (0)