validated constant

FunctionCallingConfig_Mode const validated

Model is constrained to predict either function calls or natural language response. 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 validated = FunctionCallingConfig_Mode('VALIDATED');