mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 04:45:51 +08:00
r2
This commit is contained in:
@ -360,7 +360,7 @@ class Workflow(Base):
|
||||
)
|
||||
|
||||
@property
|
||||
def rag_pipeline_variables(self) -> Sequence[Variable]:
|
||||
def rag_pipeline_variables(self) -> list[dict]:
|
||||
# TODO: find some way to init `self._conversation_variables` when instance created.
|
||||
if self._rag_pipeline_variables is None:
|
||||
self._rag_pipeline_variables = "{}"
|
||||
|
||||
Reference in New Issue
Block a user