Uses of Record Class
com.github.copilot.sdk.generated.ShutdownCodeChanges
Packages that use ShutdownCodeChanges
-
Uses of ShutdownCodeChanges in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return ShutdownCodeChangesModifier and TypeMethodDescriptionSessionShutdownEvent.SessionShutdownEventData.codeChanges()Returns the value of thecodeChangesrecord component.Constructors in com.github.copilot.sdk.generated with parameters of type ShutdownCodeChangesModifierConstructorDescriptionSessionShutdownEventData(ShutdownType shutdownType, String errorReason, Double totalPremiumRequests, Double totalApiDurationMs, Double sessionStartTime, ShutdownCodeChanges codeChanges, Map<String, ShutdownModelMetric> modelMetrics, String currentModel, Double currentTokens, Double systemTokens, Double conversationTokens, Double toolDefinitionsTokens) Creates an instance of aSessionShutdownEventDatarecord class.