From 1fea559223bc044fbd95effddf1542f1e6e1eca9 Mon Sep 17 00:00:00 2001 From: ak2-lucky <56500037+ak2-lucky@users.noreply.github.com> Date: Fri, 6 Jun 2025 16:43:05 +0900 Subject: [PATCH 1/2] fixvariables.mdx for variable-assigner link fixvariables.mdx for variable-assigner link --- ja-jp/guides/workflow/variables.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ja-jp/guides/workflow/variables.mdx b/ja-jp/guides/workflow/variables.mdx index 63f22d87..1024af72 100644 --- a/ja-jp/guides/workflow/variables.mdx +++ b/ja-jp/guides/workflow/variables.mdx @@ -175,10 +175,10 @@ version: '日本語' **会話変数**は以下の特徴を持ちます: * 会話変数はほとんどのノード内でグローバルに参照可能です。 -* 会話変数の書き込みには[変数代入](./nodes/variable-assigner)ノードを使用する必要があります; +* 会話変数の書き込みには[変数代入](./node/variable-assigner)ノードを使用する必要があります; * 会話変数は読み書き可能な変数です; -会話変数と変数代入ノードの具体的な使用方法については、[変数代入](./nodes/variable-assigner)をご参照ください。 +会話変数と変数代入ノードの具体的な使用方法については、[変数代入](./node/variable-assigner)をご参照ください。 ### 注意事項 From 3eb4b4a2826e470bfe0e9c37612f8c2cb406a541 Mon Sep 17 00:00:00 2001 From: ak2-lucky <56500037+ak2-lucky@users.noreply.github.com> Date: Fri, 6 Jun 2025 16:48:26 +0900 Subject: [PATCH 2/2] Update variables.mdx for english --- en/guides/workflow/variables.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/guides/workflow/variables.mdx b/en/guides/workflow/variables.mdx index 8c7c3563..3954b14c 100644 --- a/en/guides/workflow/variables.mdx +++ b/en/guides/workflow/variables.mdx @@ -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.