> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fiddler.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# extractTextContent

> extractTextContent

<ParamField path="content" type="unknown" required={true}>
  The message content in any supported format.
</ParamField>

<ResponseField name="return">
  The extracted text as a single string.
</ResponseField>
