Custom Step Outputs
The custom step is a unique step that allows you to specify the output of the
step, the output is strongly typed using the
outputSchema
.Custom Step Result
The custom step returns any object that you responded with in the step
resolver function.