refactor(wecom): remove max message length constraint from WeCom AIBot WS channel
This commit is contained in:
parent
8440fd1832
commit
bc265b11a7
1 changed files with 0 additions and 1 deletions
|
|
@ -230,7 +230,6 @@ func newWeComAIBotWSChannel(
|
||||||
}
|
}
|
||||||
|
|
||||||
base := channels.NewBaseChannel("wecom_aibot", cfg, messageBus, cfg.AllowFrom,
|
base := channels.NewBaseChannel("wecom_aibot", cfg, messageBus, cfg.AllowFrom,
|
||||||
channels.WithMaxMessageLength(2048),
|
|
||||||
channels.WithReasoningChannelID(cfg.ReasoningChannelID),
|
channels.WithReasoningChannelID(cfg.ReasoningChannelID),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue