refactor(ena-planner): align API settings with story-summary and backend proxy flow

This commit is contained in:
2026-02-25 14:50:01 +08:00
parent 5272799b15
commit 841d5f0e1f
3 changed files with 177 additions and 109 deletions

View File

@@ -40,16 +40,15 @@ export const DEFAULT_PROMPT_BLOCKS = [
3. 推进而非重复:每次规划应让故事向前推进,避免原地踏步
4. 留有空间:给出方向但不要过度规定细节,让主 AI 有创作余地
5. 遵守世界观:世界书中的规则和设定是硬约束,不可违反
如有思考过程,请放在 <thinking> 中(会被自动剔除)。`,
`,
},
{
id: 'ena-default-assistant-001',
role: 'assistant',
name: 'Assistant Seed',
content: `<thinking>
content: `<think>
让我分析当前情境,梳理玩家意图、已有伏笔和世界观约束,然后规划下一步走向...
</thinking>`,
</think>`,
},
];