Przeglądaj źródła

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

tags/0.13.0
Joel 11 miesięcy temu
rodzic
commit
79db920fa7
No account linked to committer's email address

+ 1
- 1
web/app/components/workflow/nodes/_base/components/memory-config.tsx Wyświetl plik

@@ -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> = ({

Ładowanie…
Anuluj
Zapisz