Skip to content

Commit

Permalink
fix: enable after disabled memory not pass user query (langgenius#11136)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjoel authored Nov 26, 2024
1 parent b3d65cc commit 79db920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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> = ({
Expand Down

0 comments on commit 79db920

Please sign in to comment.