File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
generative_ai/function_calling Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def function_declaration_from_dict() -> object:
3434 },
3535 },
3636 )
37- # [END generativeaionvertexai_gemini_function_calling_declare_from_dict ]
37+ # [END generativeaionvertexai_gemini_function_calling_declare_from_dict1 ]
3838 # [START generativeaionvertexai_gemini_function_calling_declare_from_dict2]
3939 extract_sale_records_func = FunctionDeclaration (
4040 name = "extract_sale_records" ,
@@ -62,7 +62,7 @@ def function_declaration_from_dict() -> object:
6262 "required" : ["records" ],
6363 },
6464 )
65- # [END generativeaionvertexai_gemini_function_calling_declare_from_dic2 ]
65+ # [END generativeaionvertexai_gemini_function_calling_declare_from_dict2 ]
6666 return [get_current_weather_func , extract_sale_records_func ]
6767
6868
You can’t perform that action at this time.
0 commit comments