Uses of Record Class
com.github.copilot.sdk.events.AssistantUsageEvent.TokenDetails
Packages that use AssistantUsageEvent.TokenDetails
Package
Description
Event types emitted during Copilot session processing.
-
Uses of AssistantUsageEvent.TokenDetails in com.github.copilot.sdk.events
Methods in com.github.copilot.sdk.events that return types with arguments of type AssistantUsageEvent.TokenDetailsModifier and TypeMethodDescriptionAssistantUsageEvent.CopilotUsage.tokenDetails()Returns a defensive copy of the token details list.Constructor parameters in com.github.copilot.sdk.events with type arguments of type AssistantUsageEvent.TokenDetailsModifierConstructorDescriptionCopilotUsage(List<AssistantUsageEvent.TokenDetails> tokenDetails, double totalNanoAiu) Creates an instance of aCopilotUsagerecord class.