URLContentBlock#

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

Content block for data from a URL.

mime_type: NotRequired[str]#
type: Literal['image', 'audio', 'file']#

Type of the content block.

source_type: Literal['url']#

Source type (url).

url: str#

URL for data.