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 type: end
name: 结束 name: 结束
config: config:
output: "{{ llm_qa.output }}" output: "{{llm_qa.output}}"
position: position:
x: 900 x: 900
y: 100 y: 100