▶️ streamlinedTransform.ts

This commit is contained in:
nirholas
2026-03-31 10:24:30 +00:00
parent dfa3016c8d
commit f9356db198

View File

@@ -199,3 +199,4 @@ export function createStreamlinedTransformer(): (
export function shouldIncludeInStreamlined(message: StdoutMessage): boolean {
return message.type === 'assistant' || message.type === 'result'
}