mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user