Uses of Enum Class
com.github.copilot.generated.rpc.ProviderConfigType
Packages that use ProviderConfigType
-
Uses of ProviderConfigType in com.github.copilot.generated.rpc
Subclasses with type arguments of type ProviderConfigType in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return ProviderConfigTypeModifier and TypeMethodDescriptionstatic ProviderConfigTypeProviderConfig.type()Returns the value of thetyperecord component.static ProviderConfigTypeReturns the enum constant of this class with the specified name.static ProviderConfigType[]ProviderConfigType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type ProviderConfigTypeModifierConstructorDescriptionProviderConfig(ProviderConfigType type, ProviderConfigWireApi wireApi, String baseUrl, String apiKey, String bearerToken, ProviderConfigAzure azure, String modelId, String wireModel, Double maxPromptTokens, Double maxContextWindowTokens, Double maxOutputTokens, Map<String, String> headers) Creates an instance of aProviderConfigrecord class.