better:将印象拆分,麦麦可以总结多方面特点

This commit is contained in:
SengokuCola
2025-06-05 11:27:57 +08:00
parent 5cbb25ef40
commit b2fe4863a8
6 changed files with 330 additions and 223 deletions

View File

@@ -25,7 +25,7 @@ class EmojiAction(BaseAction):
}
action_require: list[str] = [
"表达情绪时可以选择使用",
"重点:不要连续发,不要发太多[表情包]"]
"重点:不要连续发,如果你已经发过[表情包],就不要选择此动作"]
associated_types: list[str] = ["emoji"]

View File

@@ -576,7 +576,9 @@ class DefaultReplyer:
if emoji_raw:
emoji_path, description, _emotion = emoji_raw
emoji_base64 = image_path_to_base64(emoji_path)
return emoji_base64, description, _emotion
return emoji_base64, description, _emotion
else:
return None, None, None
async def _build_single_sending_message(
self,