mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
fix: limit reroll re-extract to single latest assistant batch
This commit is contained in:
4
index.js
4
index.js
@@ -5058,7 +5058,7 @@ async function onFetchEmbeddingModels(mode = null) {
|
||||
);
|
||||
}
|
||||
|
||||
async function onManualExtract() {
|
||||
async function onManualExtract(options = {}) {
|
||||
return await onManualExtractController({
|
||||
beginStageAbortController,
|
||||
clampInt,
|
||||
@@ -5086,7 +5086,7 @@ async function onManualExtract() {
|
||||
},
|
||||
setLastExtractionStatus,
|
||||
toastr,
|
||||
});
|
||||
}, options);
|
||||
}
|
||||
|
||||
async function onReroll({ fromFloor } = {}) {
|
||||
|
||||
Reference in New Issue
Block a user