mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 05:56:31 +08:00
10 lines
406 B
Python
10 lines
406 B
Python
SYSTEM_VARIABLE_NODE_ID = "sys"
|
|
ENVIRONMENT_VARIABLE_NODE_ID = "env"
|
|
CONVERSATION_VARIABLE_NODE_ID = "conversation"
|
|
RAG_PIPELINE_VARIABLE_NODE_ID = "rag"
|
|
|
|
# Reserved for internal workflow-to-workflow HTTP calls. External callers should
|
|
# not rely on or set this header.
|
|
WORKFLOW_CALL_DEPTH_HEADER = "X-Dify-Workflow-Call-Depth"
|
|
WORKFLOW_CALL_DEPTH_SIGNATURE_HEADER = "X-Dify-Workflow-Call-Depth-Signature"
|