Type guard for Claude assistant message events containing non-empty text.
This is a compound guard that narrows to ClaudeAssistantTimelineEvent AND
verifies the message contains at least one text block with non-whitespace content.
Replaces the common pattern:
Type guard for Claude assistant message events containing non-empty text.
This is a compound guard that narrows to
ClaudeAssistantTimelineEventAND verifies the message contains at least one text block with non-whitespace content. Replaces the common pattern: