IsAIGovernanceAddon returns true if the feature is an AI Governance addon feature.
()
| 312 | |
| 313 | // IsAIGovernanceAddon returns true if the feature is an AI Governance addon feature. |
| 314 | func (n FeatureName) IsAIGovernanceAddon() bool { |
| 315 | return n == FeatureAIBridge || n == FeatureBoundary |
| 316 | } |
| 317 | |
| 318 | // IsAddon returns true if the feature is an addon feature. |
| 319 | func (n FeatureName) IsAddonFeature() bool { |