Uses of Class
com.azure.ai.openai.models.AzureChatExtensionType
Packages that use AzureChatExtensionType
-
Uses of AzureChatExtensionType in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as AzureChatExtensionTypeModifier and TypeFieldDescriptionstatic final AzureChatExtensionTypeAzureChatExtensionType.AZURE_COGNITIVE_SEARCHRepresents the use of Azure Cognitive Search as an Azure OpenAI chat extension.Methods in com.azure.ai.openai.models that return AzureChatExtensionTypeModifier and TypeMethodDescriptionstatic AzureChatExtensionTypeAzureChatExtensionType.fromString(String name) Creates or finds a AzureChatExtensionType from its string representation.AzureChatExtensionConfiguration.getType()Get the type property: The label for the type of an Azure chat extension.Methods in com.azure.ai.openai.models that return types with arguments of type AzureChatExtensionTypeModifier and TypeMethodDescriptionstatic Collection<AzureChatExtensionType>AzureChatExtensionType.values()Gets known AzureChatExtensionType values.Constructors in com.azure.ai.openai.models with parameters of type AzureChatExtensionTypeModifierConstructorDescriptionAzureChatExtensionConfiguration(AzureChatExtensionType type, Object parameters) Creates an instance of AzureChatExtensionConfiguration class.