Model is constrained to always predicting function calls only.
If "allowed_function_names" are set, the predicted function calls will be
limited to any one of "allowed_function_names", else the predicted
function calls will be any one of the provided "function_declarations".
Auto
Default model behavior, model decides to predict either function calls
or natural language response.
None
Model will not predict any function calls. Model behavior is same as when
not passing any function declarations.
Unspecified
Unspecified function calling mode. This value should not be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["The document describes the `FunctionCallingConfig.Types.Mode` enum within the Vertex AI v1beta1 API, which controls how the model interacts with function calls."],["The `Any` mode constrains the model to only predict function calls, optionally limited to specified function names or declarations."],["The `Auto` mode allows the model to choose between predicting function calls or natural language responses."],["The `None` mode prevents the model from predicting function calls, ensuring behavior similar to not providing any function declarations."],["`Unspecified` is a mode that should not be used."]]],[]]