allowedFunctionNames property

List<String>? allowedFunctionNames
getter/setter pair

Function names to call.

Only set when the Mode is ANY. Function names should match [FunctionDeclaration.name]. With mode set to ANY, model will predict a function call from the set of function names provided.

Optional.

Implementation

core.List<core.String>? allowedFunctionNames;