chore: 提取默认预设 event.title 字数要求从 6-18 改为 6-10 字

- prompting/prompt-profiles.js: FALLBACK_DEFAULT_TASK_BLOCKS extract role/rules
- prompting/default-task-profile-templates.js: extract default-role / default-rules 模板
- maintenance/extractor.js: buildDefaultExtractPrompt 规则说明
- graph/schema.js: event.title hint
This commit is contained in:
Youzini-afk
2026-04-12 16:59:53 +08:00
parent c34b49490a
commit ea105104a5
4 changed files with 10 additions and 10 deletions

View File

@@ -1921,7 +1921,7 @@ function buildDefaultExtractPrompt(schema) {
"- pov_memory 只能用于主观记忆,不要拿 character/location/event 去伪装第一视角记忆",
"- 地区不确定就留空,不要硬编",
"- importance 范围 1-10普通事件 5关键转折 8+",
"- event.fields.title 需要是简短事件名,建议 6-18 字,只用于图谱和列表显示",
"- event.fields.title 需要是简短事件名,建议 6-10 字,只用于图谱和列表显示",
"- summary 应该是摘要抽象,不要复制原文",
].join("\n");
}