Create a NonStandardContentBlock.
create_non_standard_block(
value: dict[str, Any],
*,
id: str | None = None,
index: int | str | None = None
) -> NonStandardContentBlockThe id is generated automatically if not provided, using a UUID4 format
prefixed with 'lc_' to indicate it is a LangChain-generated ID.