#Configure openclaw to never split codeblocks into different messages on signal
1 messages · Page 1 of 1 (latest)
I checked the current docs/code, and there is not a dedicated Signal setting for “keep fenced code blocks atomic”.
What exists:
{
channels: {
signal: {
textChunkLimit: 4000, // raise this if you want fewer splits
streaming: {
chunkMode: "length", // or "newline"
},
},
},
}