any constant
FunctionCallingConfig_Mode
const any
Model is constrained to always predicting a function call only. If "allowed_function_names" are 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".
Implementation
static const any = FunctionCallingConfig_Mode('ANY');