Uses of Enum Class
com.github.copilot.generated.Verbosity
Packages that use Verbosity
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of Verbosity in com.github.copilot.generated
Subclasses with type arguments of type Verbosity in com.github.copilot.generatedModifier and TypeClassDescriptionenumOutput verbosity level used for supported model calls (e.g.Methods in com.github.copilot.generated that return VerbosityModifier and TypeMethodDescriptionstatic VerbositySessionModelChangeEvent.SessionModelChangeEventData.previousVerbosity()Returns the value of thepreviousVerbosityrecord component.static 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.SessionModelChangeEvent.SessionModelChangeEventData.verbosity()Returns the value of theverbosityrecord component.SessionResumeEvent.SessionResumeEventData.verbosity()Returns the value of theverbosityrecord component.SessionStartEvent.SessionStartEventData.verbosity()Returns the value of theverbosityrecord component.Constructors in com.github.copilot.generated with parameters of type VerbosityModifierConstructorDescriptionSessionModelChangeEventData(String previousModel, String newModel, String previousReasoningEffort, String reasoningEffort, ReasoningSummary previousReasoningSummary, ReasoningSummary reasoningSummary, Verbosity previousVerbosity, Verbosity verbosity, ContextTier contextTier, String cause) Creates an instance of aSessionModelChangeEventDatarecord class.SessionResumeEventData(OffsetDateTime resumeTime, Long eventCount, Long eventsFileSizeBytes, String selectedModel, String reasoningEffort, ReasoningSummary reasoningSummary, Verbosity verbosity, ContextTier contextTier, SessionLimitsConfig sessionLimits, WorkingDirectoryContext context, Boolean alreadyInUse, Boolean sessionWasActive, Boolean remoteSteerable, Boolean continuePendingWork) Creates an instance of aSessionResumeEventDatarecord class.SessionStartEventData(String sessionId, Long version, String producer, String copilotVersion, OffsetDateTime startTime, String selectedModel, String reasoningEffort, ReasoningSummary reasoningSummary, Verbosity verbosity, ContextTier contextTier, SessionLimitsConfig sessionLimits, WorkingDirectoryContext context, Boolean alreadyInUse, Boolean remoteSteerable, String detachedFromSpawningParentSessionId) Creates an instance of aSessionStartEventDatarecord class.