Update variables.mdx for english

This commit is contained in:
ak2-lucky
2025-06-06 16:48:26 +09:00
committed by GitHub
parent 1fea559223
commit 3eb4b4a282

View File

@@ -122,10 +122,10 @@ For example, you can store the language preference input by the user in the firs
**Conversation variables** have the following features:
* Conversation variables can be referenced globally within most nodes in the same Chatflow App;
* Writing to conversation variables requires using the [Variable Assigner](/en/guides/workflow/nodes/variable-assigner) node;
* Writing to conversation variables requires using the [Variable Assigner](/en/guides/workflow/node/variable-assigner) node;
* Conversation variables are read-write variables;
About how to use conversation variables with the Variable Assigner node, please refer to the [Variable Assigner](/en/guides/workflow/nodes/variable-assigner).
About how to use conversation variables with the Variable Assigner node, please refer to the [Variable Assigner](/en/guides/workflow/node/variable-assigner).
To track changes in conversation variable values during debugging the application, click the conversation variable icon at the top of the Chatflow application preview page.