I have a 10-step content generation workflow, each using a prompt I’ve refined over time.
After each step, I may need to chat back and forth with the LLM before moving to the next prompt. Once all steps are complete, the workflow produces the final result.
Can this be implemented in N8N?
I know LLM nodes can be chained, but I’m unsure if back-and-forth chats at each step are possible.
Also, my workflow might expand to 16-17 steps in the future. Please advise.