From 678f5189eae64b7f3ee44d21e4d00426d2948f0a Mon Sep 17 00:00:00 2001 From: Wx-2025 <351320169@qq.com> Date: Fri, 12 Sep 2025 12:36:37 +0800 Subject: [PATCH] Update secondary-filler.js --- core/table-system/secondary-filler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/table-system/secondary-filler.js b/core/table-system/secondary-filler.js index c0c3523..5dde901 100644 --- a/core/table-system/secondary-filler.js +++ b/core/table-system/secondary-filler.js @@ -108,7 +108,7 @@ export async function fillWithSecondaryApi(latestMessage) { const order = getMixedOrder('secondary_filler') || []; - const presetPrompts = getPresetPrompts('secondary_filler'); + const presetPrompts = await getPresetPrompts('secondary_filler'); const messages = [ { role: 'system', content: generateRandomSeed() }