SerializedNotImplemented#

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

Serialized not implemented.

Parameters:
  • type โ€“ The type of the object. Must be โ€œnot_implementedโ€.

  • repr โ€“ The representation of the object. Optional.

lc: int#
id: List[str]#
name: str#
graph: Dict[str, Any]#
type: Literal['not_implemented']#
repr: str | None#