Browse Source

fix: llm node do not pass sys.query in chatflow app init (#11053)

Joel 5 months ago
parent
commit
2dd4c34423
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web/app/components/workflow/hooks/use-workflow-template.ts

+ 1 - 0
web/app/components/workflow/hooks/use-workflow-template.ts

@@ -22,6 +22,7 @@ export const useWorkflowTemplate = () => {
         ...nodesInitialData.llm,
         memory: {
           window: { enabled: false, size: 10 },
+          query_prompt_template: '{{#sys.query#}}',
         },
         selected: true,
       },