mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 04:39:05 +08:00
fix: enable after disabled memory not pass user query (#11136)
This commit is contained in:
parent
b3d65cc7df
commit
79db920fa7
@ -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…
x
Reference in New Issue
Block a user