SerializedNotImplemented#

class langchain_core.load.serializable.SerializedNotImplemented[source]#

Serialized not implemented.

lc: int#
id: list[str]#
name: NotRequired[str]#
graph: NotRequired[dict[str, Any]]#
type: Literal['not_implemented']#

The type of the object. Must be 'not_implemented'.

repr: str | None#

The representation of the object. Optional.