Uses of Enum Class
com.github.copilot.generated.rpc.SubagentSettingsEntryContextTier
Packages that use SubagentSettingsEntryContextTier
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SubagentSettingsEntryContextTier in com.github.copilot.generated.rpc
Subclasses with type arguments of type SubagentSettingsEntryContextTier in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumContext tier override for matching subagentsMethods in com.github.copilot.generated.rpc that return SubagentSettingsEntryContextTierModifier and TypeMethodDescriptionSubagentSettingsEntry.contextTier()Returns the value of thecontextTierrecord component.Returns the enum constant of this class with the specified name.static SubagentSettingsEntryContextTier[]SubagentSettingsEntryContextTier.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 SubagentSettingsEntryContextTierModifierConstructorDescriptionSubagentSettingsEntry(String model, String effortLevel, SubagentSettingsEntryContextTier contextTier) Creates an instance of aSubagentSettingsEntryrecord class.