Fix/workflow (#92)

* fix(workflow): use loose rendering for end-node variables

* fix(workflow): use int type for memory node config id

* fix(workflow): handle missing environment variable defaults

* fix(workflow): render jinja variables with actual values in non-strict mode

* fix(workflow): support reordering without a rerank model in knowledge base

* fix(workflow): fix typo in key value
This commit is contained in:
Eternity
2026-01-13 15:42:00 +08:00
committed by GitHub
parent 2ba8bb58e0
commit 7a5792ba01
13 changed files with 179 additions and 115 deletions

View File

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