| Name | Type | Description |
|---|---|---|
content* | Any | The raw |
Return the plain-text representation of a LangChain message content.
LangChain message content is either a string or a list of content
parts. String parts are concatenated; non-string parts (images, files,
tool-use blocks, etc.) are ignored for text extraction.