Uses of Record Class
com.github.copilot.generated.Citations
Packages that use Citations
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of Citations in com.github.copilot.generated
Methods in com.github.copilot.generated that return CitationsModifier and TypeMethodDescriptionAssistantMessageEvent.AssistantMessageEventData.citations()Returns the value of thecitationsrecord component.Constructors in com.github.copilot.generated with parameters of type CitationsModifierConstructorDescriptionAssistantMessageEventData(String messageId, String model, String content, List<AssistantMessageToolRequest> toolRequests, String reasoningOpaque, String reasoningText, String reasoningWireField, String encryptedContent, String phase, Long chunkIndex, Long chunkCount, Long outputTokens, String interactionId, String requestId, String clientRequestId, String serviceRequestId, Boolean rte, String apiCallId, AssistantMessageServerTools serverTools, String turnId, String parentToolCallId, Citations citations) Creates an instance of aAssistantMessageEventDatarecord class.