pub const MAX_TITLE_CHARS: usize = 80; // 80usize
A produced title is trimmed and capped at this many characters — a runaway/uncooperative model response must not become an unreasonably long session name.