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