Uses of Record Class
com.github.copilot.generated.McpAppToolCallCompleteToolMeta
Packages that use McpAppToolCallCompleteToolMeta
-
Uses of McpAppToolCallCompleteToolMeta in com.github.copilot.generated
Methods in com.github.copilot.generated that return McpAppToolCallCompleteToolMetaModifier and TypeMethodDescriptionMcpAppToolCallCompleteEvent.McpAppToolCallCompleteEventData.toolMeta()Returns the value of thetoolMetarecord component.Constructors in com.github.copilot.generated with parameters of type McpAppToolCallCompleteToolMetaModifierConstructorDescriptionMcpAppToolCallCompleteEventData(String serverName, String toolName, Map<String, Object> arguments, Boolean success, Double durationMs, Map<String, Object> result, McpAppToolCallCompleteError error, McpAppToolCallCompleteToolMeta toolMeta) Creates an instance of aMcpAppToolCallCompleteEventDatarecord class.