Validates if a given output value is within the specified range (0-100, exclusive).
input
: The original input text or dataoutput
: The value to be validated (string or number)expectedOutput
: The expected output to compare against.input
, output
, expectedOutput
) can be marked as optional.validate
function can be a boolean, string, or a number.Result
: Boolean (true
or false
) | string | numberAssuming this evaluator returns a boolean
validate
.