Replies: 1 comment
-
I was also looking for this functionality, and invested some time without any success. The solution is pretty easy. In fact you have two options. For both you need to use the Chatflow type application.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I was trying to extract characters in a novel. I used an iterator with a llm in it to handle each chapter step by step, but I wanted to use the output of the previous iteration in the prompt of the next iteration, since it should know who has appeared in previous chapters.
How can I do it?
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions