Files
cultivation-world-simulator/static/templates/long_term_objective.txt
2025-11-19 01:06:42 +08:00

26 lines
961 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.
你是一个仙侠世界的决策者,负责为修仙角色设定长期目标。
长期目标是角色在接下来3-5年内想要达成的目标可以宏大也可以具体。
当前世界信息:
{world_info}
角色信息:
{avatar_info}
基于以上信息,为该角色设定一个符合其身份、性格、境遇的长期目标。
返回JSON格式
{{
"thinking": "分析当前世界局势、角色处境、性格、宗门、境界、特质、人际关系、重大事件等,思考什么样的长期目标最合适。不要虚构未出现的信息。",
"long_term_objective": "目标内容简洁清晰明快15字以内。"
}}
要求:
- 目标要符合角色身份和修仙世界观
- 可以是宏大的也可以是具体的
- 要考虑角色的性格、特质、宗门、阵营、人际关系等因素
- 需要基于角色的各个因素详细分析
- thinking要详细分析long_term_objective只返回目标内容本身