mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
fix: finalize deepfix p2 recall binding and p3 validation matrix
This commit is contained in:
@@ -200,13 +200,14 @@ export async function onGenerationAfterCommandsController(
|
||||
return;
|
||||
}
|
||||
|
||||
const runtimeRecallOptions = recallContext.recallOptions || recallOptions || {};
|
||||
runtime.markGenerationRecallTransactionHookState(
|
||||
recallContext.transaction,
|
||||
recallContext.hookName,
|
||||
"running",
|
||||
);
|
||||
const recallResult = await runtime.runRecall({
|
||||
...recallOptions,
|
||||
...runtimeRecallOptions,
|
||||
recallKey: recallContext.recallKey,
|
||||
hookName: recallContext.hookName,
|
||||
signal: params?.signal,
|
||||
@@ -240,13 +241,14 @@ export async function onBeforeCombinePromptsController(runtime) {
|
||||
return;
|
||||
}
|
||||
|
||||
const runtimeRecallOptions = recallContext.recallOptions || recallOptions || {};
|
||||
runtime.markGenerationRecallTransactionHookState(
|
||||
recallContext.transaction,
|
||||
recallContext.hookName,
|
||||
"running",
|
||||
);
|
||||
const recallResult = await runtime.runRecall({
|
||||
...recallOptions,
|
||||
...runtimeRecallOptions,
|
||||
recallKey: recallContext.recallKey,
|
||||
hookName: recallContext.hookName,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user