A wrapper around the user defined fn handler function.
fn
It accepts the same input and returns the same value, calling the user function inside.
It adds input and output validation based on the inputSchema, outputSchema.
inputSchema
outputSchema
The Step input; it matches the schema defined by inputSchema.
A value matching the schema defined by outputSchema.
A wrapper around the user defined
fnhandler function.It accepts the same input and returns the same value, calling the user function inside.
It adds input and output validation based on the
inputSchema,outputSchema.