(message: StdoutMessage)
| 197 | * Useful for filtering before transformation. |
| 198 | */ |
| 199 | export function shouldIncludeInStreamlined(message: StdoutMessage): boolean { |
| 200 | return message.type === 'assistant' || message.type === 'result' |
| 201 | } |
nothing calls this directly
no outgoing calls
no test coverage detected