Update story-outline-prompt.js

This commit is contained in:
RT15548
2025-12-19 14:15:26 +08:00
committed by GitHub
parent 9be7753399
commit 0559eb692a

View File

@@ -364,7 +364,7 @@ const DEFAULT_PROMPTS = {
输出:仅纯净合法 JSON禁止解释文字或Markdown。`,
a1: () => `明白。我将基于已确定的大纲,构建具体的地理环境、初始位置和新闻资讯。`,
u2: v => `【前置大纲 (Core Framework)】:\n${JSON.stringify(v.step1Data, null, 2)}\n\n【JSON模板】\n${JSON_TEMPLATES.worldGenStep2}\n`,
u2: v => `【前置大纲 (Core Framework)】:\n${JSON.stringify(v.step1Data, null, 2)}\n\n世界观】:\n${worldInfo}\n\n【{{user}}经历参考】:\n${history(v.historyCount)}\n\n【{{user}}要求】:\n${v.playerRequests || '无特殊要求'}JSON模板】\n${JSON_TEMPLATES.worldGenStep2}\n`,
a2: () => `我会将输出的JSON结构层级严格按JSON模板定义的输出JSON generate start:`
},
worldSim: {