Hey all,
I currenlty face so much problems with the structured output parser especially with lighter models.
Please sombody check this call of the output parser and explain to me why this happened:
This seems like a programmatic issue, not an llm issue or what am I missing?
Kind regards,
Marcel
Hi @marceldw, please can you share your full workflow in a code block so we have a better idea of what you’re trying to achieve here. What exactly is the issue? I am assuming you’re using this with an AI Agent?
unfortunately I cannot send the full workflow because of privacy restrictions.
But yes, I am using an Agent node, The view is a parsing of the structured Output parser node for this Agent.
The Agent clearly provided imateKeyword and it is defined in the JSON Schema, but still it is not parsed.
Without the workflow it is very difficult to try and speculate where the issue could be. My next check would be to try and understand what your agent system prompt looks like.