修复了at时输入命令会导致聊天也触发的bug

This commit is contained in:
Rikka-desu
2024-11-24 15:59:06 +08:00
parent 398ffbee70
commit 62f49eb381
2 changed files with 17 additions and 12 deletions

View File

@ -142,7 +142,7 @@ _✨ 使用 OpenAI 标准格式 API 的聊天机器人插件 ✨_
| --------------------- | ---------- | ----------- | ----------------- |
| MARSHOAI_DEFAULT_NAME | `str` | `marsho` | 调用 Marsho 默认的命令前缀 |
| MARSHOAI_ALIASES | `set[str]` | `set{"小棉"}` | 调用 Marsho 的命令别名 |
| MARSHOAI_AT | `bool` | `False` | 决定是否使用at触发
| MARSHOAI_AT | `bool` | `false` | 决定是否使用at触发
#### AI 调用