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

This commit is contained in:
Joel 2024-11-26 17:55:11 +08:00 committed by GitHub
parent b3d65cc7df
commit 79db920fa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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