Error : 400 1 validation error for Request
body → tool_outputs → 0 → output
field required (type=value_error.missing)
I am getting this issue when i try to submit my output tools results in express js server.
Once I changed my post body to the format as documented, it worked for me. This was highly counterintuitive. Usually it’s the documentation that’s behind reality, not the working example…