Files
cultivation-world-simulator/static/templates/conversation.txt
2026-01-10 01:41:13 +08:00

21 lines
749 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}
注意只返回json格式的结果。
格式为:
{{
"{avatar_name_2}": {{
"thinking": ..., // 简单思考对话如何进行
"conversation_content": ... // 对包含神态、动作描写的第三人称小说有来有回的多轮对话片段100~300字。
}}
}}
要求;
1. 可以用名字或者绰号(如存在)相互称呼
2. 如果两人之前对话过,可以接着对话继续进行,但是不能重复
3. {avatar_name_1}和{avatar_name_2}的对话可能是善意\恶意\闲聊。