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'm using the latest version of dify 0.14.1.
I've created a Workflow. Within the Workflow I use an iteration, which executes a prompt. My understanding is that each LLM block is a new instance, meaning the previous llm iteration doesn't know anything about the current iteration. Is it possible to somehow use the same llm chat within the iteration?
I also tried to introduce some kind of variable which I extend when a llm block within the iteration was executed, but without success. They all seem not to be mutable. The idea was to pass the enriched variable into the prompt of the next iteration. Conversation Variables seem not to be available within Workflow, but only Chatflow.
How can I maintain somekind of memory within my Workflow?
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'm using the latest version of dify 0.14.1.
I've created a Workflow. Within the Workflow I use an iteration, which executes a prompt. My understanding is that each LLM block is a new instance, meaning the previous llm iteration doesn't know anything about the current iteration. Is it possible to somehow use the same llm chat within the iteration?
I also tried to introduce some kind of variable which I extend when a llm block within the iteration was executed, but without success. They all seem not to be mutable. The idea was to pass the enriched variable into the prompt of the next iteration. Conversation Variables seem not to be available within Workflow, but only Chatflow.
How can I maintain somekind of memory within my Workflow?
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions