allowedFunctionNames property

List<String> allowedFunctionNames
final

Optional. 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.

Implementation

final List<String> allowedFunctionNames;