style: sync structured output formatting fallout

This commit is contained in:
Eyejoker
2026-03-28 05:57:50 +09:00
parent fe6314108c
commit 0eb2270030
3 changed files with 12 additions and 13 deletions

View File

@@ -132,7 +132,7 @@ export class MessageTurnController {
? classifySuppressTokenOutput(raw, this.options.suppressToken)
: raw
? classifySuppressTokenOutput(raw, undefined)
: 'none';
: 'none';
const text = raw && suppressState === 'none' ? formatOutbound(raw) : null;
if (raw) {