Uses of Enum Class
com.github.copilot.generated.rpc.SessionOpenOptionsReasoningSummary
Packages that use SessionOpenOptionsReasoningSummary
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SessionOpenOptionsReasoningSummary in com.github.copilot.generated.rpc
Subclasses with type arguments of type SessionOpenOptionsReasoningSummary in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumInitial reasoning summary mode for supported model clients.Methods in com.github.copilot.generated.rpc that return SessionOpenOptionsReasoningSummaryModifier and TypeMethodDescriptionSessionOpenOptions.reasoningSummary()Returns the value of thereasoningSummaryrecord component.Returns the enum constant of this class with the specified name.static SessionOpenOptionsReasoningSummary[]SessionOpenOptionsReasoningSummary.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 SessionOpenOptionsReasoningSummaryModifierConstructorDescriptionSessionOpenOptions(String sessionId, String name, String model, String reasoningEffort, SessionOpenOptionsReasoningSummary reasoningSummary, Verbosity verbosity, String clientName, String clientKind, String lspClientName, String integrationId, Object expAssignments, Boolean enableManagedSettings, Boolean enableFileChangeTracking, Map<String, Boolean> featureFlags, Boolean isExperimentalMode, Object authInfo, ProviderConfig provider, CapiSessionOptions capi, List<NamedProviderConfig> providers, List<ProviderModelConfig> models, String workingDirectory, List<String> additionalDirectories, SessionContext workingDirectoryContext, Boolean remoteSteerable, Boolean remoteExporting, Boolean remoteDefaultedOn, String detachedFromSpawningParentSessionId, String detachedFromSpawningParentEngagementId, List<String> availableTools, List<String> excludedTools, List<String> includedBuiltinAgents, List<String> excludedBuiltinAgents, Boolean enableScriptSafety, ShellOptions shell, String shellInitProfile, List<String> shellProcessFlags, SandboxConfig sandboxConfig, Boolean logInteractiveShells, SessionOpenOptionsEnvValueMode envValueMode, Boolean allowAllMcpServerInstructions, List<String> skillDirectories, List<String> disabledSkills, List<InstalledPlugin> installedPlugins, Boolean customAgentsLocalOnly, Boolean skipCustomInstructions, List<String> disabledInstructionSources, Boolean coauthorEnabled, String trajectoryFile, Boolean enableStreaming, Boolean enableCitations, String copilotUrl, Boolean askUserDisabled, Boolean continueOnAutoMode, Boolean runningInInteractiveMode, Boolean enableOnDemandInstructionDiscovery, Long maxInlineBinaryBytes, ModelCapabilitiesOverride modelCapabilitiesOverrides, SessionLimitsConfig sessionLimits, String agentContext, String eventsLogDirectory, Boolean eventsLogIncludesSubagents, String configDir, List<SessionOpenOptionsAdditionalContentExclusionPolicy> additionalContentExclusionPolicies, MemoryConfiguration memory, List<SessionCapability> sessionCapabilities) Creates an instance of aSessionOpenOptionsrecord class.