split_long_text_into_thread
Breaks down long text into a numbered tweet thread (each ≤280 chars) using X's weighted-length formula and t.co URL shortening. Prefers sentence boundaries to maintain readability.
Instructions
Split a long text into a numbered tweet thread (each tweet ≤ 280 chars). Uses X's weighted-length formula and t.co URL shortening (URLs always count as 23). Prefers sentence boundaries, then paragraph, then word.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Long text to thread-split | |
| numbered | No | Append ' i/N' numbering to each tweet |