Skip to content

Commit b04196b

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
docs: comment update
PiperOrigin-RevId: 689440466
1 parent 8a65b1d commit b04196b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vertexai/generative_models/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ print(chat.send_message(
138138

139139
### Automatic Function calling
140140

141+
Note: The `FunctionDeclaration.from_func` converter does not support nested types for parameters. Please provide full `FunctionDeclaration` instead.
142+
141143
```
142144
from vertexai.preview.generative_models import GenerativeModel, Tool, FunctionDeclaration, AutomaticFunctionCallingResponder
143145

0 commit comments

Comments
 (0)