mirror of https://github.com/langgenius/dify.git
feat: init memory block for VariablePool in AdvancedChatAppRunner.run
This commit is contained in:
parent
7b602e9003
commit
a13cb7e1c5
|
|
@ -149,6 +149,7 @@ class AdvancedChatAppRunner(WorkflowBasedAppRunner):
|
|||
# Based on the definition of `VariableUnion`,
|
||||
# `list[Variable]` can be safely used as `list[VariableUnion]` since they are compatible.
|
||||
conversation_variables=cast(list[VariableUnion], conversation_variables),
|
||||
memory_blocks=self._fetch_memory_blocks(),
|
||||
)
|
||||
|
||||
# init graph
|
||||
|
|
|
|||
Loading…
Reference in New Issue