From ed64a4d32d108e7a5ad96022e074529fdf40a88f Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Thu, 16 Jan 2025 11:11:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=95=B4=E7=90=86hint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/config/default.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index a96a0fe84..5fa1ac1d9 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -500,7 +500,8 @@ CONFIG_METADATA_2 = { "name": { "description": "人格名称", "type": "string", - "hint": "人格名称,用于在多个人格中区分。", + "hint": "人格名称,用于在多个人格中区分。使用 /persona 指令可切换人格。在 大语言模型设置 处可以设置默认人格。", + "obvious_hint": True }, "prompt": { "description": "设定(系统提示词)", @@ -511,7 +512,7 @@ CONFIG_METADATA_2 = { "description": "预设对话", "type": "list", "items": {}, - "hint": "可选。在每个对话前会插入这些预设对话。格式要求:按照用户、助手...的格式。即第一句为用户,第二句为助手,以此类推。", + "hint": "可选。在每个对话前会插入这些预设对话。格式要求:第一句为用户,第二句为助手,以此类推。", "obvious_hint": True }, "mood_imitation_dialogs": {