Hi everyone, I built a workflow using n8n and ManyChat to generate Instagram replies. The workflow uses an OpenAI agent with a structured output parser, and a “formatter stable” (likely a code/formatter node).
The issue: While the workflow works most of the time, the OpenAI agent sometimes returns incorrect or malformed responses (like “Mapetrex” in the video). These wrong outputs then get processed by the formatter, causing the workflow to fail inconsistently.
Has anyone faced similar issues with the OpenAI node producing erratic structured outputs? Any advice on how to make the agent’s output more consistent would be greatly appreciated!