You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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