mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
- 修复了 MemoryUpdater 中正则表达式提取问题,应先调用matcher.find()进行匹配
- 在 MemorySelector 和 CoreModel 中添加lod.debug()输出模块响应内容 - 修复了某些细节问题 - 调整了 CoreModel 对应的提示词,添加了输入输出示例 - MemoryGraph 中 dialogMap 和 dateIndex 的更新机制存在问题,需要修复
This commit is contained in:
@@ -10,7 +10,7 @@ public class RegexTest {
|
||||
@Test
|
||||
public void regexTest(){
|
||||
String[] examples = {
|
||||
"[小明(userId)] 我在开会] (te[]st)",
|
||||
"[小明(abc)] 我在开会] (te[]st)",
|
||||
"[用户(昵)称(userId)] 你好[呀]",
|
||||
"[测试账号(userId)] 这是一个(test(123))消息"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user