From 49f6f27ffc45eee779c5a4524453a4acd9e80e69 Mon Sep 17 00:00:00 2001 From: Eternity <1533512157@qq.com> Date: Mon, 19 Jan 2026 12:24:13 +0800 Subject: [PATCH] fix(workflow): correct style of default template variable configuration --- api/app/templates/workflows/simple_qa/template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/templates/workflows/simple_qa/template.yml b/api/app/templates/workflows/simple_qa/template.yml index 14de4a73..2cf0f9b1 100644 --- a/api/app/templates/workflows/simple_qa/template.yml +++ b/api/app/templates/workflows/simple_qa/template.yml @@ -53,7 +53,7 @@ nodes: type: end name: 结束 config: - output: "{{ llm_qa.output }}" + output: "{{llm_qa.output}}" position: x: 900 y: 100