Files
cultivation-world-simulator/static/templates/single_choice.txt
2025-11-26 15:46:53 +08:00

15 lines
372 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的dict[AvatarName, info]为
{avatar_infos}
你的可选选项为
{choices}
注意只返回json格式的结果格式为
{{
"thinking": ..., // 简单思考
"choice": "" // 你的决策,注意只返回对应的选项字母
}}