feat(config): add hint for non-built-in agent execution model configuration

This commit is contained in:
Soulter
2025-11-23 22:13:52 +08:00
parent 34c03ce983
commit 01427d9969

View File

@@ -2242,6 +2242,7 @@ CONFIG_METADATA_3 = {
},
"ai": {
"description": "模型",
"hint": "当使用非内置 Agent 执行器时,默认聊天模型和默认图片转述模型可能会无效,但某些插件会依赖此配置项来调用 AI 能力。",
"type": "object",
"items": {
"provider_settings.default_provider_id": {