Uses of Record Class
com.github.copilot.generated.ToolExecutionCompleteUIResource
Packages that use ToolExecutionCompleteUIResource
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of ToolExecutionCompleteUIResource in com.github.copilot.generated
Methods in com.github.copilot.generated that return ToolExecutionCompleteUIResourceModifier and TypeMethodDescriptionToolExecutionCompleteResult.uiResource()Returns the value of theuiResourcerecord component.Constructors in com.github.copilot.generated with parameters of type ToolExecutionCompleteUIResourceModifierConstructorDescriptionToolExecutionCompleteResult(String content, String detailedContent, List<Object> contents, List<Object> binaryResultsForLlm, ToolExecutionCompleteUIResource uiResource, Object structuredContent, List<CitableSource> citableSources) Creates an instance of aToolExecutionCompleteResultrecord class.