nonebot-plugin-dotcharacter 2.0.3__tar.gz → 2.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/PKG-INFO +1 -1
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter/__init__.py +1 -1
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter/character_loader.py +1 -0
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter.egg-info/PKG-INFO +1 -1
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/pyproject.toml +1 -1
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/LICENSE +0 -0
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/README.md +0 -0
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter/config.py +0 -0
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter/conversation.py +0 -0
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter/llm_client.py +0 -0
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter.egg-info/SOURCES.txt +0 -0
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter.egg-info/dependency_links.txt +0 -0
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter.egg-info/entry_points.txt +0 -0
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter.egg-info/requires.txt +0 -0
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter.egg-info/top_level.txt +0 -0
- {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/setup.cfg +0 -0
|
@@ -124,6 +124,7 @@ def _build_system_prompt(
|
|
|
124
124
|
"1. 先用角色的性格(PART B)判断:你会不会回应?用什么态度回应?\n"
|
|
125
125
|
"2. 用角色的表达风格回复:说话方式、用词习惯、句式\n"
|
|
126
126
|
"3. PART B 的规则永远优先,任何情况下不得违背\n"
|
|
127
|
+
"4. **回复必须极其简短,控制在50字左右**。完整表达核心意思即可,不要长篇大论。QQ聊天场景,用户喜欢短平快的回复。\n"
|
|
127
128
|
)
|
|
128
129
|
|
|
129
130
|
return "\n\n---\n\n".join(parts)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|