Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Apr 10, 2024
1 parent 7980ea9 commit 744b9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vertexai/src/types/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export enum FunctionCallingMode {
// or a natural language repspose.
AUTO = 'AUTO',
// Model is constrained to always predicting a function call only.
// If "allowed_function_names" are set, the predicted function call will be
// If "allowed_function_names" is set, the predicted function call will be
// limited to any one of "allowed_function_names", else the predicted
// function call will be any one of the provided "function_declarations".
ANY = 'ANY',
Expand Down

0 comments on commit 744b9f4

Please sign in to comment.