Describe the bug
A clear and concise description of what the bug is.
Currently error looks like this Activity "matchItemsChunk" input validation failed: Invalid input: expected array, received undefined; Invalid input: expected number, received undefined
THere's no indication which field of the arguments object produced the error. This is zod's default behavior, but it has something to produce the full path. Without it it's super obscure
Describe the bug
A clear and concise description of what the bug is.
Currently error looks like this
Activity "matchItemsChunk" input validation failed: Invalid input: expected array, received undefined; Invalid input: expected number, received undefinedTHere's no indication which field of the arguments object produced the error. This is zod's default behavior, but it has something to produce the full path. Without it it's super obscure