▶️ streamlinedTransform.ts
This commit is contained in:
@@ -199,3 +199,4 @@ export function createStreamlinedTransformer(): (
|
|||||||
export function shouldIncludeInStreamlined(message: StdoutMessage): boolean {
|
export function shouldIncludeInStreamlined(message: StdoutMessage): boolean {
|
||||||
return message.type === 'assistant' || message.type === 'result'
|
return message.type === 'assistant' || message.type === 'result'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user