fix(plugin): 禁用hello_world_plugin以防止意外启用

fix(replyer): 修改提示信息中的“这句话”为“这条消息”以提高表达准确性
This commit is contained in:
Windpicker-owo
2025-10-31 23:14:41 +08:00
parent dc6bf24dc9
commit 33f434aafa
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ class HelloWorldPlugin(BasePlugin):
"""一个包含四大核心组件和高级配置功能的入门示例插件。""" """一个包含四大核心组件和高级配置功能的入门示例插件。"""
plugin_name = "hello_world_plugin" plugin_name = "hello_world_plugin"
enable_plugin = True enable_plugin = False
dependencies: ClassVar = [] dependencies: ClassVar = []
python_dependencies: ClassVar = [] python_dependencies: ClassVar = []
config_file_name = "config.toml" config_file_name = "config.toml"

View File

@@ -62,7 +62,7 @@ def init_prompt():
{auth_role_prompt_block} {auth_role_prompt_block}
你正在{chat_target_2},{reply_target_block} 你正在{chat_target_2},{reply_target_block}
对这句话,你想表达,原句:{raw_reply},原因是:{reason}。你现在要思考怎么组织回复 对这条消息,你想表达,原句:{raw_reply},原因是:{reason}。你现在要思考怎么组织回复
你现在的心情是:{mood_state} 你现在的心情是:{mood_state}
你需要使用合适的语法和句法,参考聊天内容,组织一条日常且口语化的回复。请你修改你想表达的原句,符合你的表达风格和语言习惯 你需要使用合适的语法和句法,参考聊天内容,组织一条日常且口语化的回复。请你修改你想表达的原句,符合你的表达风格和语言习惯
{reply_style},你可以完全重组回复,保留最基本的表达含义就好,但重组后保持语意通顺。 {reply_style},你可以完全重组回复,保留最基本的表达含义就好,但重组后保持语意通顺。