mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 18:05:59 +08:00
fix: llm node do not pass sys.query in chatflow app init (#11053)
This commit is contained in:
parent
684f6b2299
commit
2dd4c34423
@ -22,6 +22,7 @@ export const useWorkflowTemplate = () => {
|
|||||||
...nodesInitialData.llm,
|
...nodesInitialData.llm,
|
||||||
memory: {
|
memory: {
|
||||||
window: { enabled: false, size: 10 },
|
window: { enabled: false, size: 10 },
|
||||||
|
query_prompt_template: '{{#sys.query#}}',
|
||||||
},
|
},
|
||||||
selected: true,
|
selected: true,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user