From 59b2ab1df6c5c797710530210dfb473af889ad49 Mon Sep 17 00:00:00 2001 From: A Vertex SDK engineer Date: Thu, 14 Nov 2024 17:23:11 -0800 Subject: [PATCH] docs: Automatic Function calling comment update PiperOrigin-RevId: 696701030 --- gemini_docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gemini_docs/README.md b/gemini_docs/README.md index 828bfc84f2..e7ac132fac 100644 --- a/gemini_docs/README.md +++ b/gemini_docs/README.md @@ -137,6 +137,8 @@ print(chat.send_message( #### Automatic Function calling +Note: The `FunctionDeclaration.from_func` converter does not support nested types for parameters. Please provide full `FunctionDeclaration` instead. + ```python from vertexai.preview.generative_models import GenerativeModel, Tool, FunctionDeclaration, AutomaticFunctionCallingResponder