Uses of Enum Class
com.github.copilot.generated.rpc.OptionsUpdateToolFilterPrecedence
Packages that use OptionsUpdateToolFilterPrecedence
-
Uses of OptionsUpdateToolFilterPrecedence in com.github.copilot.generated.rpc
Subclasses with type arguments of type OptionsUpdateToolFilterPrecedence in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumControls how availableTools (allowlist) and excludedTools (denylist) combine when both are set.Methods in com.github.copilot.generated.rpc that return OptionsUpdateToolFilterPrecedenceModifier and TypeMethodDescriptionSessionOptionsUpdateParams.toolFilterPrecedence()Returns the value of thetoolFilterPrecedencerecord component.Returns the enum constant of this class with the specified name.static OptionsUpdateToolFilterPrecedence[]OptionsUpdateToolFilterPrecedence.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 OptionsUpdateToolFilterPrecedenceModifierConstructorDescriptionSessionOptionsUpdateParams(String sessionId, String model, ModelCapabilitiesOverride modelCapabilitiesOverrides, String reasoningEffort, OptionsUpdateReasoningSummary reasoningSummary, String clientName, String lspClientName, String integrationId, Map<String, Boolean> featureFlags, Boolean isExperimentalMode, ProviderConfig provider, String workingDirectory, List<String> availableTools, List<String> excludedTools, OptionsUpdateToolFilterPrecedence toolFilterPrecedence, Boolean enableScriptSafety, String shellInitProfile, List<String> shellProcessFlags, SandboxConfig sandboxConfig, Boolean logInteractiveShells, OptionsUpdateEnvValueMode envValueMode, List<String> skillDirectories, List<String> disabledSkills, Boolean enableOnDemandInstructionDiscovery, List<SessionInstalledPlugin> installedPlugins, Boolean customAgentsLocalOnly, Boolean suppressCustomAgentPrompt, Boolean skipCustomInstructions, List<String> disabledInstructionSources, Boolean coauthorEnabled, String trajectoryFile, Boolean enableStreaming, String copilotUrl, Boolean askUserDisabled, Boolean continueOnAutoMode, Boolean runningInInteractiveMode, Boolean enableReasoningSummaries, String agentContext, String eventsLogDirectory, List<OptionsUpdateAdditionalContentExclusionPolicy> additionalContentExclusionPolicies, Boolean manageScheduleEnabled, List<SessionCapability> sessionCapabilities, Boolean skipEmbeddingRetrieval, String organizationCustomInstructions, Boolean enableFileHooks, Boolean enableHostGitOperations, Boolean enableSessionStore, Boolean enableSkills, OptionsUpdateContextTier contextTier) Creates an instance of aSessionOptionsUpdateParamsrecord class.