pub fn extract_text(content: &Content) -> String
Extract all text parts from a Content into a single string.
Content
Parts are joined with a single space. Non-text parts (images, function calls, etc.) are silently skipped.