Uses of Enum Class
com.github.copilot.generated.rpc.ModelPickerCategory
Packages that use ModelPickerCategory
-
Uses of ModelPickerCategory in com.github.copilot.generated.rpc
Subclasses with type arguments of type ModelPickerCategory in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumModel capability category for grouping in the model pickerMethods in com.github.copilot.generated.rpc that return ModelPickerCategoryModifier and TypeMethodDescriptionstatic ModelPickerCategoryModel.modelPickerCategory()Returns the value of themodelPickerCategoryrecord component.static ModelPickerCategoryReturns the enum constant of this class with the specified name.static ModelPickerCategory[]ModelPickerCategory.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 ModelPickerCategoryModifierConstructorDescriptionModel(String id, String name, ModelCapabilities capabilities, ModelPolicy policy, ModelBilling billing, List<String> supportedReasoningEfforts, String defaultReasoningEffort, ModelPickerCategory modelPickerCategory, ModelPickerPriceCategory modelPickerPriceCategory) Creates an instance of aModelrecord class.