瀏覽代碼

fix: enable after disabled memory not pass user query (#11136)

tags/0.13.0
Joel 11 月之前
父節點
當前提交
79db920fa7
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      web/app/components/workflow/nodes/_base/components/memory-config.tsx

+ 1
- 1
web/app/components/workflow/nodes/_base/components/memory-config.tsx 查看文件

@@ -53,7 +53,7 @@ type Props = {

const MEMORY_DEFAULT: Memory = {
window: { enabled: false, size: WINDOW_SIZE_DEFAULT },
query_prompt_template: '',
query_prompt_template: '{{#sys.query#}}',
}

const MemoryConfig: FC<Props> = ({

Loading…
取消
儲存