From ea8dac837a73ccf444b8e7d7f73529fa80e6ba7b Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Mon, 24 Nov 2025 14:42:36 +0800 Subject: [PATCH] feat(config): enhance hint for agent_runner execution method in configuration --- astrbot/core/config/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 92e394f5a..608f721db 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -2195,7 +2195,7 @@ CONFIG_METADATA_3 = { "metadata": { "agent_runner": { "description": "Agent 执行方式", - "hint": "选择 AI 对话的执行器,默认为 AstrBot 内置 Agent 执行器。", + "hint": "选择 AI 对话的执行器,默认为 AstrBot 内置 Agent 执行器,可使用 AstrBot 内的知识库、人格、工具调用功能。", "type": "object", "items": { "provider_settings.enable": {