Skip to content

Commit 6e34636

Browse files
fix typo in region tag
1 parent 1f8c008 commit 6e34636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generative_ai/function_calling/function_declaration_from_dict.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)