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