any constant
FunctionCallingConfig_Mode
const any
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 FunctionDeclaration.
Implementation
static const any = FunctionCallingConfig_Mode('ANY');