Package com.azure.ai.openai.models
Class AzureCosmosDBChatExtensionConfiguration
java.lang.Object
com.azure.ai.openai.models.AzureChatExtensionConfiguration
com.azure.ai.openai.models.AzureCosmosDBChatExtensionConfiguration
A specific representation of configurable options for Azure Cosmos DB when using it as an Azure OpenAI chat
extension.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AzureCosmosDBChatExtensionConfiguration class. -
Method Summary
Modifier and TypeMethodDescriptionGet the parameters property: The parameters to use when configuring Azure OpenAI CosmosDB chat extensions.
-
Constructor Details
-
AzureCosmosDBChatExtensionConfiguration
Creates an instance of AzureCosmosDBChatExtensionConfiguration class.- Parameters:
parameters- the parameters value to set.
-
-
Method Details
-
getParameters
Get the parameters property: The parameters to use when configuring Azure OpenAI CosmosDB chat extensions.- Returns:
- the parameters value.
-