Uses of Enum Class
com.github.copilot.generated.ReasoningSummary
Packages that use ReasoningSummary
-
Uses of ReasoningSummary in com.github.copilot.generated
Methods in com.github.copilot.generated that return ReasoningSummaryModifier and TypeMethodDescriptionstatic ReasoningSummarySessionModelChangeEvent.SessionModelChangeEventData.previousReasoningSummary()Returns the value of thepreviousReasoningSummaryrecord component.SessionModelChangeEvent.SessionModelChangeEventData.reasoningSummary()Returns the value of thereasoningSummaryrecord component.SessionResumeEvent.SessionResumeEventData.reasoningSummary()Returns the value of thereasoningSummaryrecord component.SessionStartEvent.SessionStartEventData.reasoningSummary()Returns the value of thereasoningSummaryrecord component.static ReasoningSummaryReturns the enum constant of this class with the specified name.static ReasoningSummary[]ReasoningSummary.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type ReasoningSummaryModifierConstructorDescriptionSessionModelChangeEventData(String previousModel, String newModel, String previousReasoningEffort, String reasoningEffort, ReasoningSummary previousReasoningSummary, ReasoningSummary reasoningSummary, SessionModelChangeEvent.SessionModelChangeEventData.SessionModelChangeEventDataContextTier contextTier, String cause) Creates an instance of aSessionModelChangeEventDatarecord class.SessionResumeEventData(OffsetDateTime resumeTime, Long eventCount, String selectedModel, String reasoningEffort, ReasoningSummary reasoningSummary, 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, WorkingDirectoryContext context, Boolean alreadyInUse, Boolean remoteSteerable, String detachedFromSpawningParentSessionId) Creates an instance of aSessionStartEventDatarecord class.