Skip to content

Commit

Permalink
docs: comment update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689440466
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Oct 24, 2024
1 parent 8a65b1d commit b04196b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vertexai/generative_models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,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.

```
from vertexai.preview.generative_models import GenerativeModel, Tool, FunctionDeclaration, AutomaticFunctionCallingResponder
Expand Down

0 comments on commit b04196b

Please sign in to comment.