I keep running into entropy where my JSON getting different results.
```
{"output":{"output":{"isReply":true,"reasoning":"The email is from a hum...}}}
```
Mainly being that this double "output" object is being sent to my Structured Object Parser in n8n.
The parser is expecting a single object, and the stack breaks when it gets nested data from the model.
Has anyone run into this before?
I can show my prompt is necessary.
Thanks.