From bc265b11a7b9e92185fe020b5244f98bba89b3a6 Mon Sep 17 00:00:00 2001 From: Zhang Rui Date: Thu, 19 Mar 2026 15:14:21 +0800 Subject: [PATCH] refactor(wecom): remove max message length constraint from WeCom AIBot WS channel --- pkg/channels/wecom/aibot_ws.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/channels/wecom/aibot_ws.go b/pkg/channels/wecom/aibot_ws.go index 00b841949..830e763b9 100644 --- a/pkg/channels/wecom/aibot_ws.go +++ b/pkg/channels/wecom/aibot_ws.go @@ -230,7 +230,6 @@ func newWeComAIBotWSChannel( } base := channels.NewBaseChannel("wecom_aibot", cfg, messageBus, cfg.AllowFrom, - channels.WithMaxMessageLength(2048), channels.WithReasoningChannelID(cfg.ReasoningChannelID), )