fix long events calling

This commit is contained in:
bridge
2025-11-19 01:06:42 +08:00
parent d2cf568154
commit c341a1fddd
13 changed files with 93 additions and 124 deletions

View File

@@ -2,15 +2,13 @@
你需要进行决策的NPC的dict[AvatarName, info]为
{avatar_infos}
正在进行的动作为:{avatar_name_1}和{avatar_name_2}正在对话。这个对话可能是善意的也可能是恶意的也可能是闲聊。内容和性质取决于NPC特质性格、天赋等、正邪、关系等因素。
两者可能进入的关系:{possible_new_relations}
两者可能取消的关系:{possible_cancal_relations}
注意:进入/取消关系不是必须的,完全由你根据对话情况、双方性格、历史事件等判断决定。
最近事件:
{recent_events}
注意只返回json格式的结果。
格式为:
{{

View File

@@ -8,12 +8,6 @@
角色信息:
{avatar_info}
角色的重大事迹:
{major_events}
角色的近期经历:
{minor_events}
基于以上信息,为该角色设定一个符合其身份、性格、境遇的长期目标。
返回JSON格式

View File

@@ -2,13 +2,11 @@
你需要进行决策的NPC的dict[AvatarName, info]为
{avatar_infos}
正在进行的动作为:{avatar_name_1}向{avatar_name_2}发起了动作:{action_name}。这个动作的意味为{action_info}
{avatar_name_2}可以进行的选择为:
{feedback_actions}
最近事件:
{recent_events}
注意只返回json格式的结果。
只返回{avatar_name_2}的行动,格式为:
{{

View File

@@ -9,12 +9,6 @@
角色信息:
{avatar_info}
角色的长期事件(重大事迹):
{major_events}
角色的短期事件(近期经历):
{minor_events}
基于以上信息,为该角色起一个合适的修仙界绰号。
返回JSON格式

View File

@@ -4,14 +4,12 @@
你需要进行决策的NPC的dict[AvatarName, info]为
{avatar_infos}
发生的事件为:
{event}
结果为:
{res}
最近事件:
{recent_events}
注意只返回json格式的结果格式为
{{
"story": "", // 第三人称的故事正文,仙侠语言风格