Enum PluginDependencySelectionTypes
- Namespace
- FoundationaLLM.Common.Constants.Plugins
- Assembly
- FoundationaLLM.Common.dll
Provides the constant values for plugin dependency selection types.
public enum PluginDependencySelectionTypes
- Extension Methods
Fields
Multiple = 1
One or more dependencies must be selected.
Single = 0
Exactly one dependency must be selected.