Skip to content

Commit 9134412

Browse files
fix region tag name
1 parent ac8aaaa commit 9134412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generative_ai/function_calling/declare_function_from_function.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
def prototype():
26-
# [START TBD]
26+
# [START generativeaionvertexai_gemini_function_calling_declare_from_function]
2727
# Define a function. Could be a local function or you can import the requests library to call an API
2828
def multiply_numbers(numbers: List[int]) -> int:
2929
"""
@@ -66,7 +66,7 @@ def multiply_numbers(numbers: List[int]) -> int:
6666
title: "multiply_numbers"
6767
}
6868
'''
69-
# [END TBD]
69+
# [END generativeaionvertexai_gemini_function_calling_declare_from_function]
7070
return multiply_number_func
7171

7272

0 commit comments

Comments
 (0)