Skip to content

Commit 744b9f4

Browse files
committed
fix comment
1 parent 7980ea9 commit 744b9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vertexai/src/types/enums.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export enum FunctionCallingMode {
144144
// or a natural language repspose.
145145
AUTO = 'AUTO',
146146
// Model is constrained to always predicting a function call only.
147-
// If "allowed_function_names" are set, the predicted function call will be
147+
// If "allowed_function_names" is set, the predicted function call will be
148148
// limited to any one of "allowed_function_names", else the predicted
149149
// function call will be any one of the provided "function_declarations".
150150
ANY = 'ANY',

0 commit comments

Comments
 (0)