The idea is:
Structured Output Parser node doesn’t allow expression. It has to be fixed value which is surprising as everything else can be variables.
My use case:
I am working on a n8n workflow that takes as input a system and user prompt and outputs the results from llm completion. I wanted to add structured responses available. For that I wanted my users to pass their JSON schema as input for me to use it in the node.
I think it would be beneficial to add this because:
It is beneficial for everyone who doesn’t want to duplicate workflows just because we define a different JSON Schema in output Parser.
Any resources to support this?
Are you willing to work on this?
I am not sure to have the knowledge to do so. I am only working with Python.