From 01427d9969d08405ff30e5fe04eebba5509d5c61 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sun, 23 Nov 2025 22:13:52 +0800 Subject: [PATCH] feat(config): add hint for non-built-in agent execution model configuration --- astrbot/core/config/default.py | 1 + 1 file changed, 1 insertion(+) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 39c0aa3a7..92b881036 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -2242,6 +2242,7 @@ CONFIG_METADATA_3 = { }, "ai": { "description": "模型", + "hint": "当使用非内置 Agent 执行器时,默认聊天模型和默认图片转述模型可能会无效,但某些插件会依赖此配置项来调用 AI 能力。", "type": "object", "items": { "provider_settings.default_provider_id": {