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: NotRequired[str]#
graph: NotRequired[Dict[str, Any]]#
type: Literal['not_implemented']#
repr: str | None#