mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
fix(recall): reuse persisted recall on reroll
This commit is contained in:
@@ -132,8 +132,8 @@ function resolveReusablePersistedRecallRecord(chat, recallInput, runtime) {
|
||||
);
|
||||
const matchesCurrentUserFloor = Boolean(
|
||||
currentUserFloorText &&
|
||||
recordRecallInput &&
|
||||
currentUserFloorText === recordRecallInput,
|
||||
boundUserFloorText &&
|
||||
currentUserFloorText === boundUserFloorText,
|
||||
);
|
||||
|
||||
if (record.authoritativeInputUsed) {
|
||||
|
||||
Reference in New Issue
Block a user