style: sync structured output formatting fallout
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user