fix(workflow): correct style of default template variable configuration

This commit is contained in:
Eternity
2026-01-19 12:24:13 +08:00
parent 0489013ddd
commit 49f6f27ffc

View File

@@ -53,7 +53,7 @@ nodes:
type: end
name: 结束
config:
output: "{{ llm_qa.output }}"
output: "{{llm_qa.output}}"
position:
x: 900
y: 100