#Truncated responses in Discord
1 messages · Page 1 of 1 (latest)
Cris, this looks like Discord preview streaming rather than the model itself truncating.
In 5.12 Discord can post a draft preview and then edit/finalize it, so the edited label is expected when channels.discord.streaming is enabled. The suspicious part is the final text ending in …; that suggests the live preview/finalization path is leaving the preview text behind or hitting Discord’s 2000-char/line chunking path.
Quick workaround to confirm:
openclaw config set channels.discord.streaming '"off"' --strict-json
openclaw gateway restart
Then try the same prompt again. If the response is no longer truncated and no longer shows every message as edited, it’s the Discord preview streaming path.
Please also share:
openclaw --version
openclaw status --all