Package com.azure.ai.openai.models
Class AzureChatGroundingEnhancementConfiguration
java.lang.Object
com.azure.ai.openai.models.AzureChatGroundingEnhancementConfiguration
A representation of the available options for the Azure OpenAI grounding enhancement.
-
Constructor Summary
ConstructorsConstructorDescriptionAzureChatGroundingEnhancementConfiguration(boolean enabled) Creates an instance of AzureChatGroundingEnhancementConfiguration class. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the enabled property: Specifies whether the enhancement is enabled.
-
Constructor Details
-
AzureChatGroundingEnhancementConfiguration
public AzureChatGroundingEnhancementConfiguration(boolean enabled) Creates an instance of AzureChatGroundingEnhancementConfiguration class.- Parameters:
enabled- the enabled value to set.
-
-
Method Details
-
isEnabled
public boolean isEnabled()Get the enabled property: Specifies whether the enhancement is enabled.- Returns:
- the enabled value.
-