mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 04:25: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,
|
||||
memory: {
|
||||
window: { enabled: false, size: 10 },
|
||||
query_prompt_template: '{{#sys.query#}}',
|
||||
},
|
||||
selected: true,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user