mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-24 03:01:16 +03:00
4d42811ecf
Block streaming replies were missing the textLimit parameter in deliverReplies(), causing long messages to fail with 'message is too long' error instead of being chunked properly. The final reply path already included textLimit, but the onBlockReply callback path did not.