Skip to content

Commit 2b7b1b3

Browse files
committed
Formatting
1 parent 1822134 commit 2b7b1b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/GenerativeAISample/FunctionCallingSample/ViewModels/FunctionCallingViewModel.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ class FunctionCallingViewModel: ObservableObject {
5454
values: ["USD", "EUR", "JPY", "GBP", "AUD", "CAD"], // REPLACED: `enumValues`
5555
description: "The currency to convert to in ISO 4217 format"
5656
),
57-
],
57+
]
5858
// REMOVED: `requiredParameters: ["currency_from", "currency_to"]`
59-
)
59+
),
6060
])]
6161
)
6262
chat = model.startChat()

0 commit comments

Comments
 (0)