excludedPredefinedFunctions property

List<String>? excludedPredefinedFunctions
getter/setter pair

By default, predefined functions are included in the final model call.

Some of them can be explicitly excluded from being automatically included. This can serve two purposes: 1. Using a more restricted / different action space. 2. Improving the definitions / instructions of predefined functions.

Optional.

Implementation

core.List<core.String>? excludedPredefinedFunctions;