fix(workflow): correct style of default template variable configuration
This commit is contained in:
@@ -53,7 +53,7 @@ nodes:
|
||||
type: end
|
||||
name: 结束
|
||||
config:
|
||||
output: "{{ llm_qa.output }}"
|
||||
output: "{{llm_qa.output}}"
|
||||
position:
|
||||
x: 900
|
||||
y: 100
|
||||
|
||||
Reference in New Issue
Block a user