Uses of Record Class
com.github.copilot.generated.ToolExecutionStartToolDescription
Packages that use ToolExecutionStartToolDescription
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of ToolExecutionStartToolDescription in com.github.copilot.generated
Methods in com.github.copilot.generated that return ToolExecutionStartToolDescriptionModifier and TypeMethodDescriptionToolExecutionStartEvent.ToolExecutionStartEventData.toolDescription()Returns the value of thetoolDescriptionrecord component.Constructors in com.github.copilot.generated with parameters of type ToolExecutionStartToolDescriptionModifierConstructorDescriptionToolExecutionStartEventData(String toolCallId, String toolName, Object arguments, ToolExecutionStartShellToolInfo shellToolInfo, String model, String mcpServerName, String mcpToolName, String turnId, Boolean displayVerbatim, ToolExecutionStartToolDescription toolDescription, String parentToolCallId) Creates an instance of aToolExecutionStartEventDatarecord class.