Uses of Enum Class
com.github.copilot.generated.rpc.ProviderConfigWireApi
Packages that use ProviderConfigWireApi
-
Uses of ProviderConfigWireApi in com.github.copilot.generated.rpc
Subclasses with type arguments of type ProviderConfigWireApi in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return ProviderConfigWireApiModifier and TypeMethodDescriptionstatic ProviderConfigWireApistatic ProviderConfigWireApiReturns the enum constant of this class with the specified name.static ProviderConfigWireApi[]ProviderConfigWireApi.values()Returns an array containing the constants of this enum class, in the order they are declared.ProviderConfig.wireApi()Returns the value of thewireApirecord component.Constructors in com.github.copilot.generated.rpc with parameters of type ProviderConfigWireApiModifierConstructorDescriptionProviderConfig(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.