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.
1 parent ac8aaaa commit 9134412Copy full SHA for 9134412
generative_ai/function_calling/declare_function_from_function.py
@@ -23,7 +23,7 @@
23
24
25
def prototype():
26
- # [START TBD]
+ # [START generativeaionvertexai_gemini_function_calling_declare_from_function]
27
# Define a function. Could be a local function or you can import the requests library to call an API
28
def multiply_numbers(numbers: List[int]) -> int:
29
"""
@@ -66,7 +66,7 @@ def multiply_numbers(numbers: List[int]) -> int:
66
title: "multiply_numbers"
67
}
68
'''
69
- # [END TBD]
+ # [END generativeaionvertexai_gemini_function_calling_declare_from_function]
70
return multiply_number_func
71
72
0 commit comments