Skip to content

Commit

Permalink
docs: Automatic Function calling comment update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696993355
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Nov 15, 2024
1 parent eb16f17 commit 91f85ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gemini_docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 91f85ac

Please sign in to comment.