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.
Files changed (16) hide show
  1. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/PKG-INFO +1 -1
  2. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter/__init__.py +1 -1
  3. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter/character_loader.py +1 -0
  4. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter.egg-info/PKG-INFO +1 -1
  5. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/pyproject.toml +1 -1
  6. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/LICENSE +0 -0
  7. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/README.md +0 -0
  8. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter/config.py +0 -0
  9. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter/conversation.py +0 -0
  10. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter/llm_client.py +0 -0
  11. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter.egg-info/SOURCES.txt +0 -0
  12. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter.egg-info/dependency_links.txt +0 -0
  13. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter.egg-info/entry_points.txt +0 -0
  14. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter.egg-info/requires.txt +0 -0
  15. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/nonebot_plugin_dotcharacter.egg-info/top_level.txt +0 -0
  16. {nonebot_plugin_dotcharacter-2.0.3 → nonebot_plugin_dotcharacter-2.0.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nonebot-plugin-dotcharacter
3
- Version: 2.0.3
3
+ Version: 2.0.4
4
4
  Summary: NoneBot 插件:加载 dot-skill / colleague-skill 蒸馏角色,通过 QQ Bot 进行 AI 角色扮演对话
5
5
  Author: tghrt
6
6
  License: MIT
@@ -74,7 +74,7 @@ __plugin_meta__ = PluginMetadata(
74
74
  supported_adapters={"~onebot.v11"},
75
75
  extra={
76
76
  "author": "tghrt",
77
- "version": "2.0.3",
77
+ "version": "2.0.4",
78
78
  },
79
79
  )
80
80
 
@@ -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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nonebot-plugin-dotcharacter
3
- Version: 2.0.3
3
+ Version: 2.0.4
4
4
  Summary: NoneBot 插件:加载 dot-skill / colleague-skill 蒸馏角色,通过 QQ Bot 进行 AI 角色扮演对话
5
5
  Author: tghrt
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "nonebot-plugin-dotcharacter"
3
- version = "2.0.3"
3
+ version = "2.0.4"
4
4
  description = "NoneBot 插件:加载 dot-skill / colleague-skill 蒸馏角色,通过 QQ Bot 进行 AI 角色扮演对话"
5
5
  requires-python = ">=3.9"
6
6
  readme = "README.md"