mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-12 04:16:54 +08:00
fix: enable after disabled memory not pass user query (#11136)
This commit is contained in:
@@ -53,7 +53,7 @@ type Props = {
|
|||||||
|
|
||||||
const MEMORY_DEFAULT: Memory = {
|
const MEMORY_DEFAULT: Memory = {
|
||||||
window: { enabled: false, size: WINDOW_SIZE_DEFAULT },
|
window: { enabled: false, size: WINDOW_SIZE_DEFAULT },
|
||||||
query_prompt_template: '',
|
query_prompt_template: '{{#sys.query#}}',
|
||||||
}
|
}
|
||||||
|
|
||||||
const MemoryConfig: FC<Props> = ({
|
const MemoryConfig: FC<Props> = ({
|
||||||
|
|||||||
Reference in New Issue
Block a user