mcpServerToolResultDelta

Alias for calling delta with the following:

Delta.McpServerToolResult.builder()
.result(result)
.build()

public final StepDelta.Builder mcpServerToolResultDelta(JsonValue jsonValue)

Alias for calling mcpServerToolResultDelta with Delta.McpServerToolResult.Result.ofJsonValue(jsonValue).


Alias for calling mcpServerToolResultDelta with Delta.McpServerToolResult.Result.ofString(string).