feat(config): update hint for agent_runner execution method to clarify third-party integration

This commit is contained in:
Soulter
2025-11-24 15:07:33 +08:00
parent 7160b7a18b
commit 02215e9b7b

View File

@@ -2195,7 +2195,7 @@ CONFIG_METADATA_3 = {
"metadata": {
"agent_runner": {
"description": "Agent 执行方式",
"hint": "选择 AI 对话的执行器,默认为 AstrBot 内置 Agent 执行器,可使用 AstrBot 内的知识库、人格、工具调用功能。",
"hint": "选择 AI 对话的执行器,默认为 AstrBot 内置 Agent 执行器,可使用 AstrBot 内的知识库、人格、工具调用功能。如果不打算接入 Dify 或 Coze 等第三方 Agent 执行器,不需要修改此节。",
"type": "object",
"items": {
"provider_settings.enable": {