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 693f914 commit ade95c7Copy full SHA for ade95c7
generative_ai/function_calling/test_function_calling.py
@@ -92,7 +92,7 @@ def test_parallel_function_calling() -> None:
92
assert response is not None
93
94
95
-def test_prototype() -> None:
+def test_function_declaration_as_func() -> None:
96
func_declaration = declare_function_from_function.function_declaration_as_func()
97
tools = Tool(function_declarations=[func_declaration])
98
model = GenerativeModel(model_name="gemini-1.5-pro-002", tools=[tools])
0 commit comments