feat(memory-lancedb): support Chinese memory trigger keywords (#70040) · openclaw/openclaw@96dff27
yanghua
·
2026-04-29
·
via Recent Commits to openclaw:main
File tree
extensions/memory-lancedb
| Original file line number | Diff line number | Diff line change |
|---|
@@ -438,6 +438,7 @@ const MEMORY_TRIGGERS = [
|
438 | 438 | /my\s+\w+\s+is|is\s+my/i, |
439 | 439 | /i (like|prefer|hate|love|want|need)/i, |
440 | 440 | /always|never|important/i, |
| 441 | +/记住|记下|我(喜欢|偏好|讨厌|爱|想要|需要)|我的.*是|决定|总是|从不|重要/i, |
441 | 442 | ]; |
442 | 443 | |
443 | 444 | const PROMPT_INJECTION_PATTERNS = [ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。