This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: enable after disabled memory not pass user query (
#11136
)
tags/0.13.0
Joel
11 months ago
parent
b3d65cc7df
commit
79db920fa7
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
web/app/components/workflow/nodes/_base/components/memory-config.tsx
+ 1
- 1
web/app/components/workflow/nodes/_base/components/memory-config.tsx
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> = ({
Write
Preview
Loading…
Cancel
Save