mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +07:00
Docs: update env variables
This commit is contained in:
@@ -7,11 +7,13 @@ description: Last edited by Allen, Dify Technical Writer
|
||||
|
||||
**How to use a fixed symbol to refer dynamically changing content?** Variables, as dynamic data containers, can store and transmit unfixed content, being referenced mutually within different nodes, providing flexible information mobility between nodes.
|
||||
|
||||
## Variable Types
|
||||
|
||||
### System Variables
|
||||
|
||||
System variables refer to pre-set system-level parameters within Chatflow / Workflow App that can be globally read by other nodes. All system-level variables begin with `sys.`
|
||||
|
||||
#### Workflow
|
||||
**Workflow**
|
||||
|
||||
Workflow type application provides the system variables below:
|
||||
|
||||
@@ -19,7 +21,7 @@ Workflow type application provides the system variables below:
|
||||
|
||||

|
||||
|
||||
#### Chatflow
|
||||
**Chatflow**
|
||||
|
||||
Chatflow type application provides the following system variables:
|
||||
|
||||
@@ -98,6 +100,8 @@ Environmental variables have the following characteristics:
|
||||
* Environment variable names cannot be duplicated;
|
||||
* Output variables of nodes are generally read-only and cannot be written to.
|
||||
|
||||

|
||||
|
||||
***
|
||||
|
||||
### Conversation Variables
|
||||
@@ -131,7 +135,7 @@ To track changes in conversation variable values during debugging the applicatio
|
||||
|
||||

|
||||
|
||||
### Notice
|
||||
## Notice
|
||||
|
||||
* To avoid variable name duplication, node naming must not be repeated
|
||||
* The output variables of nodes are generally fixed variables and cannot be edited
|
||||
|
||||
Reference in New Issue
Block a user