feat(config): add hint for agent_runner execution method in configuration

This commit is contained in:
Soulter
2025-11-24 14:23:53 +08:00
parent 39eb367866
commit 0518e6d487

View File

@@ -2195,6 +2195,7 @@ CONFIG_METADATA_3 = {
"metadata": {
"agent_runner": {
"description": "Agent 执行方式",
"hint": "选择 AI 对话的执行器,默认为 AstrBot 内置 Agent 执行器。",
"type": "object",
"items": {
"provider_settings.enable": {