is_content_text_empty
Parameters:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
is_content_text_empty(content: str | list[dict[str, Any] | str] | None) -> bool
| Name | Description |
|---|---|
content | The message content to check. Type: str | list[dict[str, typing.Any] | str] | None |