excludedPredefinedFunctions property
Optional. 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:
- Using a more restricted / different action space.
- Improving the definitions / instructions of predefined functions.
Implementation
final List<String> excludedPredefinedFunctions;