mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 00:18:03 +08:00
r2
This commit is contained in:
@ -322,6 +322,14 @@ class Workflow(Base):
|
||||
|
||||
return variables
|
||||
|
||||
def rag_pipeline_user_input_form(self) -> list:
|
||||
|
||||
# get user_input_form from start node
|
||||
variables: list[Any] = self.rag_pipeline_variables
|
||||
|
||||
return variables
|
||||
|
||||
|
||||
@property
|
||||
def unique_hash(self) -> str:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user