Uses of Record Class
com.github.copilot.generated.ToolExecutionCompleteToolDescription
Packages that use ToolExecutionCompleteToolDescription
-
Uses of ToolExecutionCompleteToolDescription in com.github.copilot.generated
Methods in com.github.copilot.generated that return ToolExecutionCompleteToolDescriptionModifier and TypeMethodDescriptionToolExecutionCompleteEvent.ToolExecutionCompleteEventData.toolDescription()Returns the value of thetoolDescriptionrecord component.Constructors in com.github.copilot.generated with parameters of type ToolExecutionCompleteToolDescriptionModifierConstructorDescriptionToolExecutionCompleteEventData(String toolCallId, Boolean success, String model, String interactionId, Boolean isUserRequested, ToolExecutionCompleteResult result, ToolExecutionCompleteError error, Map<String, Object> toolTelemetry, String turnId, ToolExecutionCompleteToolDescription toolDescription, Boolean sandboxed, String parentToolCallId) Creates an instance of aToolExecutionCompleteEventDatarecord class.