feat: 新增图片占位符提示词固定模板 入库时拼接

This commit is contained in:
yangshilin
2026-03-11 09:48:06 +08:00
parent c700b7a67c
commit 4ae68394c5
5 changed files with 66 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ from .memory_prompts import (
get_state_extraction_prompt,
get_creative_title_prompt,
get_narrative_prompt,
inject_image_placeholder_template,
CHAPTER_CATEGORIES,
CHAPTER_ORDER,
STAGE_TO_ORDER,
@@ -40,6 +41,7 @@ __all__ = [
"get_state_extraction_prompt",
"get_creative_title_prompt",
"get_narrative_prompt",
"inject_image_placeholder_template",
"CHAPTER_CATEGORIES",
"CHAPTER_ORDER",
"STAGE_TO_ORDER",