fix(recall): reuse persisted recall on reroll

This commit is contained in:
Youzini-afk
2026-04-30 03:30:06 +08:00
parent aad44c1280
commit a9f575d98a
4 changed files with 195 additions and 18 deletions

View File

@@ -132,8 +132,8 @@ function resolveReusablePersistedRecallRecord(chat, recallInput, runtime) {
);
const matchesCurrentUserFloor = Boolean(
currentUserFloorText &&
recordRecallInput &&
currentUserFloorText === recordRecallInput,
boundUserFloorText &&
currentUserFloorText === boundUserFloorText,
);
if (record.authoritativeInputUsed) {