transforms_util
autogen.agentchat.contrib.capabilities.transforms_util.is_content_text_empty
is_content_text_empty
Checks if the content of the message does not contain any text.
Name | Description |
---|---|
content | The message content to check. Type: str | list[dict[str, typing.Any] | str] | None |