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#