ToolRespondedParameter
@Serializable
Event fired when a tool invocation completes or fails.
Constructors
Link copied to clipboard
constructor(invocationId: String, status: WebMCP.InvocationStatus, output: JsonElement? = null, errorText: String? = null, exception: Runtime.RemoteObject? = null)