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#