Show POV owner in memory injection

This commit is contained in:
Youzini-afk
2026-04-07 20:48:06 +08:00
parent ed534aeb37
commit 2d45abc704
2 changed files with 37 additions and 5 deletions

View File

@@ -70,6 +70,9 @@ assert.match(text, /\[Memory - User POV \/ Not Character Facts\]/);
assert.match(text, /不等于角色已知事实/);
assert.match(text, /\[Memory - Objective \/ Current Region\]/);
assert.match(text, /pov_memory_table:/);
assert.match(text, /\| owner \| summary \| belief \| emotion \| attitude \|/);
assert.match(text, /角色: 艾琳/);
assert.match(text, /用户: 玩家/);
assert.match(text, /event_table:/);
console.log("injector-format tests passed");