Files
cultivation-world-simulator/static/templates/story_dual.txt
2026-01-03 21:25:24 +08:00

22 lines
511 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
你是一个小说家这是一个仙侠世界你需要把一个事件扩展为一个约200~500字的故事。
世界背景:
{world_info}
你需要进行决策的NPC的dict[AvatarName, info]为
{avatar_infos}
写作风格提示:{style}
额外主题提示:{story_prompt}
发生的事件为:
{event}
结果为:
{res}
注意只返回json格式的结果格式为
{{
"thinking": ..., // 简单思考故事剧情
"story": "" // 第三人称的故事正文,仙侠语言风格
}}