Skip to content

Commit 7d3e488

Browse files
authored
Fix region tag. (#191)
1 parent 124584b commit 7d3e488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/FunctionCalling.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class FunctionCallingSnippets: XCTestCase {
3131
}
3232

3333
func testFunctionCalling() async throws {
34-
// [BEGIN function_calling]
34+
// [START function_calling]
3535
// Calls a hypothetical API to control a light bulb and returns the values that were set.
3636
func controlLight(brightness: Double, colorTemperature: String) -> JSONObject {
3737
return ["brightness": .number(brightness), "colorTemperature": .string(colorTemperature)]

0 commit comments

Comments
 (0)