Skip to content

Commit f9d4b51

Browse files
jaycee-licopybara-github
authored andcommitted
chore: GenAI - Fixed typo in the GenAI README
PiperOrigin-RevId: 640270936
1 parent e12dfe5 commit f9d4b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vertexai/generative_models/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ print(chat.send_message(
133133
#### Automatic Function calling
134134

135135
```
136-
from vertexai..preview generative_models import GenerativeModel, Tool, FunctionDeclaration, AutomaticFunctionCallingResponder
136+
from vertexai.preview.generative_models import GenerativeModel, Tool, FunctionDeclaration, AutomaticFunctionCallingResponder
137137
138-
# First, create functions that the model is can use to answer your questions.
138+
# First, create functions that the model can use to answer your questions.
139139
def get_current_weather(location: str, unit: str = "centigrade"):
140140
"""Gets weather in the specified location.
141141

0 commit comments

Comments
 (0)