Uses of Class
com.azure.ai.openai.models.AzureCosmosDBChatExtensionParameters
Packages that use AzureCosmosDBChatExtensionParameters
-
Uses of AzureCosmosDBChatExtensionParameters in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return AzureCosmosDBChatExtensionParametersModifier and TypeMethodDescriptionAzureCosmosDBChatExtensionConfiguration.getParameters()Get the parameters property: The parameters to use when configuring Azure OpenAI CosmosDB chat extensions.AzureCosmosDBChatExtensionParameters.setAuthentication(OnYourDataAuthenticationOptions authentication) Set the authentication property: The authentication method to use when accessing the defined data source.AzureCosmosDBChatExtensionParameters.setInScope(Boolean inScope) Set the inScope property: Whether queries should be restricted to use of indexed data.AzureCosmosDBChatExtensionParameters.setRoleInformation(String roleInformation) Set the roleInformation property: Give the model instructions about how it should behave and any context it should reference when generating a response.AzureCosmosDBChatExtensionParameters.setStrictness(Integer strictness) Set the strictness property: The configured strictness of the search relevance filtering.AzureCosmosDBChatExtensionParameters.setTopNDocuments(Integer topNDocuments) Set the topNDocuments property: The configured top number of documents to feature for the configured query.Constructors in com.azure.ai.openai.models with parameters of type AzureCosmosDBChatExtensionParametersModifierConstructorDescriptionCreates an instance of AzureCosmosDBChatExtensionConfiguration class.