Uses of Enum Class
com.github.copilot.generated.rpc.Verbosity
Packages that use Verbosity
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of Verbosity in com.github.copilot.generated.rpc
Subclasses with type arguments of type Verbosity in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return VerbosityModifier and TypeMethodDescriptionstatic Verbositystatic VerbosityReturns the enum constant of this class with the specified name.static Verbosity[]Verbosity.values()Returns an array containing the constants of this enum class, in the order they are declared.SessionModelSwitchToParams.verbosity()Returns the value of theverbosityrecord component.SessionOptionsUpdateParams.verbosity()Returns the value of theverbosityrecord component.Constructors in com.github.copilot.generated.rpc with parameters of type VerbosityModifierConstructorDescriptionSessionModelSwitchToParams(String sessionId, String modelId, String reasoningEffort, ReasoningSummary reasoningSummary, Verbosity verbosity, ModelCapabilitiesOverride modelCapabilities, ContextTier contextTier) Creates an instance of aSessionModelSwitchToParamsrecord class.SessionOptionsUpdateParams(String sessionId, String model, ModelCapabilitiesOverride modelCapabilitiesOverrides, String reasoningEffort, OptionsUpdateReasoningSummary reasoningSummary, Verbosity verbosity, String clientName, String lspClientName, String integrationId, Map<String, Boolean> featureFlags, Boolean isExperimentalMode, ProviderConfig provider, CapiSessionOptions capi, String workingDirectory, List<String> availableTools, List<String> excludedTools, List<String> includedBuiltinAgents, List<String> excludedBuiltinAgents, OptionsUpdateToolFilterPrecedence toolFilterPrecedence, Boolean enableScriptSafety, String shellInitProfile, List<String> shellProcessFlags, SandboxConfig sandboxConfig, Boolean logInteractiveShells, OptionsUpdateEnvValueMode envValueMode, Boolean allowAllMcpServerInstructions, List<String> skillDirectories, List<String> disabledSkills, Boolean enableOnDemandInstructionDiscovery, Long maxInlineBinaryBytes, 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, SessionLimitsConfig sessionLimits) Creates an instance of aSessionOptionsUpdateParamsrecord class.