Uses of Class
com.github.copilot.sdk.json.AzureOptions
Packages that use AzureOptions
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of AzureOptions in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return AzureOptionsModifier and TypeMethodDescriptionProviderConfig.getAzure()Gets the Azure-specific options.AzureOptions.setApiVersion(String apiVersion) Sets the Azure OpenAI API version to use.Methods in com.github.copilot.sdk.json with parameters of type AzureOptionsModifier and TypeMethodDescriptionProviderConfig.setAzure(AzureOptions azure) Sets Azure-specific options for Azure OpenAI Service.