* Extract text from message content, handling both string and array formats. * For array content, returns the text from the first 'text' block.
(
content: string | Array<{ type: string; text?: string }> | undefined
)
source not stored for this graph (policy: none)
no test coverage detected