IDContentBlock#

class langchain_core.messages.content_blocks.IDContentBlock[source]#

Content block for data specified by an identifier.

type: Literal['image', 'audio', 'file']#

Type of the content block.

source_type: Literal['id']#

Source type (id).

id: str#

Identifier for data source.