Merge pull request #207 from ak2-lucky/patch-1

fix: variables.mdx for variable-assigner link
This commit is contained in:
AllenWriter
2025-06-10 11:36:06 +08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

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.

View File

@@ -175,10 +175,10 @@ version: '日本語'
**会話変数**は以下の特徴を持ちます:
* 会話変数はほとんどのノード内でグローバルに参照可能です。
* 会話変数の書き込みには[変数代入](./nodes/variable-assigner)ノードを使用する必要があります;
* 会話変数の書き込みには[変数代入](./node/variable-assigner)ノードを使用する必要があります;
* 会話変数は読み書き可能な変数です;
会話変数と変数代入ノードの具体的な使用方法については、[変数代入](./nodes/variable-assigner)をご参照ください。
会話変数と変数代入ノードの具体的な使用方法については、[変数代入](./node/variable-assigner)をご参照ください。
### 注意事項