arguments
public final StepDelta.Delta.CodeExecutionCall.Builder arguments(CodeExecutionCallArguments arguments)
The arguments to pass to the code execution.
public final StepDelta.Delta.CodeExecutionCall.Builder arguments(JsonField<CodeExecutionCallArguments> arguments)
Sets Builder.arguments to an arbitrary JSON value.
You should usually call Builder.arguments with a well-typed CodeExecutionCallArguments value instead. This method is primarily for setting the field to an undocumented or not yet supported value.