Skip to content

Commit ade95c7

Browse files
fix test name
1 parent 693f914 commit ade95c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generative_ai/function_calling/test_function_calling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_parallel_function_calling() -> None:
9292
assert response is not None
9393

9494

95-
def test_prototype() -> None:
95+
def test_function_declaration_as_func() -> None:
9696
func_declaration = declare_function_from_function.function_declaration_as_func()
9797
tools = Tool(function_declarations=[func_declaration])
9898
model = GenerativeModel(model_name="gemini-1.5-pro-002", tools=[tools])

0 commit comments

Comments
 (0)