mirror of
https://github.com/langgenius/dify.git
synced 2026-05-20 08:46:57 +08:00
Rewrite legacy workflow graph references to userinput.files instead of creating generated Start variables. Restore the built-in userinput.files Start panel variable and expose system file inputs through the userinput runtime alias. Map legacy Service API file payloads onto the new input selector while keeping migration warnings.
6 lines
196 B
Python
6 lines
196 B
Python
SYSTEM_VARIABLE_NODE_ID = "sys"
|
|
USER_INPUT_VARIABLE_NODE_ID = "userinput"
|
|
ENVIRONMENT_VARIABLE_NODE_ID = "env"
|
|
CONVERSATION_VARIABLE_NODE_ID = "conversation"
|
|
RAG_PIPELINE_VARIABLE_NODE_ID = "rag"
|