mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 19:36:53 +08:00
fix: llm node do not pass sys.query in chatflow app init (#11053)
This commit is contained in:
@@ -22,6 +22,7 @@ export const useWorkflowTemplate = () => {
|
||||
...nodesInitialData.llm,
|
||||
memory: {
|
||||
window: { enabled: false, size: 10 },
|
||||
query_prompt_template: '{{#sys.query#}}',
|
||||
},
|
||||
selected: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user