We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7980ea9 commit 744b9f4Copy full SHA for 744b9f4
packages/vertexai/src/types/enums.ts
@@ -144,7 +144,7 @@ export enum FunctionCallingMode {
144
// or a natural language repspose.
145
AUTO = 'AUTO',
146
// Model is constrained to always predicting a function call only.
147
- // If "allowed_function_names" are set, the predicted function call will be
+ // If "allowed_function_names" is set, the predicted function call will be
148
// limited to any one of "allowed_function_names", else the predicted
149
// function call will be any one of the provided "function_declarations".
150
ANY = 'ANY',
0 commit comments