Files
cultivation-world-simulator/static/templates/conversation.txt
2025-12-20 20:30:30 +08:00

18 lines
632 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}
之后NPC的将要做行动为
{planned_actions}
{avatar_name_1}和{avatar_name_2}的对话可能是善意\恶意\闲聊。目的和内容参考NPC信息得出。
注意只返回json格式的结果。
格式为:
{{
"{avatar_name_2}": {{
"thinking": ..., // 简单思考对话如何进行
"conversation_content": ... // 对包含神态、动作描写的第三人称小说有来有回的多轮对话片段100~300字。
}}
}}