feat(tool): register optional discord_control tool in whispergate plugin and align defaults

This commit is contained in:
2026-02-25 23:37:15 +00:00
parent 7f1d6bb3f7
commit 0f526346f4
5 changed files with 154 additions and 11 deletions

View File

@@ -11,9 +11,13 @@
"enabled": { "type": "boolean", "default": true },
"discordOnly": { "type": "boolean", "default": true },
"bypassUserIds": { "type": "array", "items": { "type": "string" }, "default": [] },
"endSymbols": { "type": "array", "items": { "type": "string" }, "default": ["。", "", "", ".", "!", "?"] },
"endSymbols": { "type": "array", "items": { "type": "string" }, "default": ["🔚"] },
"noReplyProvider": { "type": "string" },
"noReplyModel": { "type": "string" }
"noReplyModel": { "type": "string" },
"enableDiscordControlTool": { "type": "boolean", "default": true },
"discordControlApiBaseUrl": { "type": "string", "default": "http://127.0.0.1:8790" },
"discordControlApiToken": { "type": "string" },
"discordControlCallerId": { "type": "string" }
},
"required": ["noReplyProvider", "noReplyModel"]
}