From 188825baca1b0ccbc0bce02e1479e1f6bd2edd53 Mon Sep 17 00:00:00 2001 From: Dmytro Skarzhynets Date: Wed, 16 Jul 2025 16:54:17 +0300 Subject: [PATCH] AI rule node: correct typo in node markdown example --- .../src/assets/help/en_US/rulenode/ai_node_prompt_settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/assets/help/en_US/rulenode/ai_node_prompt_settings.md b/ui-ngx/src/assets/help/en_US/rulenode/ai_node_prompt_settings.md index 29b0b0dce8..e2577244c1 100644 --- a/ui-ngx/src/assets/help/en_US/rulenode/ai_node_prompt_settings.md +++ b/ui-ngx/src/assets/help/en_US/rulenode/ai_node_prompt_settings.md @@ -56,7 +56,7 @@ When the alarm message from "Freezer-B7" is processed by the AI node, the templa - `${deviceName}` becomes "Freezer-B7" - `${deviceType}` becomes "CommercialFreezer" - `$[*]` is replaced by the entire message body JSON: `{"type":"High Temperature","details":{"currentTemp_C":-5,"threshold_C":-18}}` -> **Note:** You can also use `$[*]`. In this case, it will be replaced with the entire message metadata JSON. +> **Note:** You can also use `${*}`. In this case, it will be replaced with the entire message metadata JSON. The final instruction sent to the AI is a combination of the system and the substituted user prompt.