Uses of Class
com.azure.ai.openai.models.AzureChatEnhancementConfiguration
Packages that use AzureChatEnhancementConfiguration
-
Uses of AzureChatEnhancementConfiguration in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return AzureChatEnhancementConfigurationModifier and TypeMethodDescriptionAzureChatEnhancementConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureChatEnhancementConfiguration from the JsonReader.ChatCompletionsOptions.getEnhancements()Get the enhancements property: If provided, the configuration options for available Azure OpenAI chat enhancements.AzureChatEnhancementConfiguration.setGrounding(AzureChatGroundingEnhancementConfiguration grounding) Set the grounding property: A representation of the available options for the Azure OpenAI grounding enhancement.AzureChatEnhancementConfiguration.setOcr(AzureChatOCREnhancementConfiguration ocr) Set the ocr property: A representation of the available options for the Azure OpenAI optical character recognition (OCR) enhancement.Methods in com.azure.ai.openai.models with parameters of type AzureChatEnhancementConfigurationModifier and TypeMethodDescriptionChatCompletionsOptions.setEnhancements(AzureChatEnhancementConfiguration enhancements) Set the enhancements property: If provided, the configuration options for available Azure OpenAI chat enhancements.