Discord Output Adapter: message length is hard-limited to 2k
Discord API throws an exception when sending a message over 2,000 characters (raw text).
Split the message at the output adapter into lower-sized chunks. Formatting may break (like ``` code blocks) - create a follow-up task to detect and fix.