pub fn extract_text(content: &Content) -> StringAvailable on crate feature
memory only.Expand description
Extract all text parts from a Content into a single string.
Parts are joined with a single space. Non-text parts (images, function calls, etc.) are silently skipped.