mcp Server Tool Result Delta
public final StepDelta.Builder mcpServerToolResultDelta(StepDelta.Delta.McpServerToolResult.Result result)
Alias for calling delta with the following:
Delta.McpServerToolResult.builder()
.result(result)
.build()Content copied to clipboard
Alias for calling mcpServerToolResultDelta with Delta.McpServerToolResult.Result.ofJsonValue(jsonValue).
Alias for calling mcpServerToolResultDelta with Delta.McpServerToolResult.Result.ofString(string).