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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The document outlines the `FunctionCallingConfig.Types.Mode` enum within the Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta21 and 1.0.0-beta20."],["This enum defines different modes for function calling, including `Any`, which forces the model to predict only function calls, potentially limited to specific names or declarations."],["The `Auto` mode is the default behavior where the model can predict either function calls or natural language responses."],["`None` mode prevents the model from predicting any function calls, while `Unspecified` indicates an invalid function calling mode that should not be used."],["The document is a reference guide that lists the different field names and descriptions within the FunctionCallingConfig.Types.Mode enum."]]],[]]