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

# autogen.agentchat.contrib.capabilities.transforms_util.is_content_text_empty

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### is\_content\_text\_empty

```python theme={null}
is_content_text_empty(content: str | list[dict[str, Any] | str] | None) -> bool
```

Checks if the content of the message does not contain any text.<br />

<b>Parameters:</b>

| Name      | Description                                                                                            |
| --------- | ------------------------------------------------------------------------------------------------------ |
| `content` | The message content to check.<br /><br />**Type:** str \| list\[dict\[str, typing.Any] \| str] \| None |

<br />
