Uses of Record Class
com.github.copilot.generated.ToolExecutionStartShellToolInfo
Packages that use ToolExecutionStartShellToolInfo
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of ToolExecutionStartShellToolInfo in com.github.copilot.generated
Methods in com.github.copilot.generated that return ToolExecutionStartShellToolInfoModifier and TypeMethodDescriptionToolExecutionStartEvent.ToolExecutionStartEventData.shellToolInfo()Returns the value of theshellToolInforecord component.Constructors in com.github.copilot.generated with parameters of type ToolExecutionStartShellToolInfoModifierConstructorDescriptionToolExecutionStartEventData(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.