Class AzureChatGroundingEnhancementConfiguration

java.lang.Object
com.azure.ai.openai.models.AzureChatGroundingEnhancementConfiguration

public final class AzureChatGroundingEnhancementConfiguration extends Object
A representation of the available options for the Azure OpenAI grounding enhancement.
  • 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.