Package com.vaadin.flow.component.ai
Class AIComponentsFeatureFlagProvider
java.lang.Object
com.vaadin.flow.component.ai.AIComponentsFeatureFlagProvider
- All Implemented Interfaces:
com.vaadin.experimental.FeatureFlagProvider,Serializable
public class AIComponentsFeatureFlagProvider
extends Object
implements com.vaadin.experimental.FeatureFlagProvider
Provides the AI components feature flag for AI-related features such as
AIOrchestrator, modular upload components, and MessageListItem attachments.
- Author:
- Vaadin Ltd
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.vaadin.experimental.FeatureThe AI components feature flag.static final StringThe feature flag ID for AI components. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FEATURE_FLAG_ID
The feature flag ID for AI components.- See Also:
-
AI_COMPONENTS
public static final com.vaadin.experimental.Feature AI_COMPONENTSThe AI components feature flag. When enabled, allows use of AI-related features including AIOrchestrator, modular upload components, and MessageListItem attachments.
-
-
Constructor Details
-
AIComponentsFeatureFlagProvider
public AIComponentsFeatureFlagProvider()
-
-
Method Details
-
getFeatures
- Specified by:
getFeaturesin interfacecom.vaadin.experimental.FeatureFlagProvider
-