extractText
extractText(
message
):string
Defined in: .build/typescript/packages/core/src/utils/llms.ts:22
Extracts just the text whether from a multi-modal message a single text message or a query
Parameters
Section titled “Parameters”message
Section titled “message”The message to extract text from.
string
| MessageContentDetail
[] | QueryBundle
Returns
Section titled “Returns”string
The extracted text