dify / api /core /workflow /constants.py
Severian's picture
initial commit
a8b3f00
raw
history blame
116 Bytes
SYSTEM_VARIABLE_NODE_ID = "sys"
ENVIRONMENT_VARIABLE_NODE_ID = "env"
CONVERSATION_VARIABLE_NODE_ID = "conversation"