Files
cultivation-world-simulator/static/templates/mutual_action.txt
2025-09-21 18:44:34 +08:00

16 lines
648 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.
你是一个决策者这是一个修仙的仙侠世界你负责来决定两个NPC的下一步行为。
你需要进行决策的NPC的dict[AvatarName, info]为
{avatar_infos}
正在进行的动作为:{avatar_name_1}向{avatar_name_2}发起了动作:{action_name}。这个动作的意味为{action_info}
{avatar_name_2}可以进行的选择为:
{FEEDBACK_ACTIONS}
注意只返回json格式的结果。
只返回{avatar_name_2}的行动,格式为:
{{
{avatar_name_2}: {{
"thinking": ..., // 简单思考应该怎么决策
"feedback": ... // 面对{avatar_name_1}的行为的合法feedback action name
}}
}}