Discourse AI: structured output response was not valid JSON

To illustrate, the following is valid JSON:

{
  "key": "value"
}

The following is an escaped one, which is invalid and causing the issue:

{\u000a  "key": "value"\u000a}