is_data_content_block#

langchain_core.messages.content_blocks.is_data_content_block(content_block: dict) bool[source]#

Check if the content block is a standard data content block.

Parameters:

content_block (dict) – The content block to check.

Returns:

True if the content block is a data content block, False otherwise.

Return type:

bool