BaseSerialized#
- class langchain_core.load.serializable.BaseSerialized[source]#
Base class for serialized objects.
- lc: int#
The version of the serialization format.
- id: list[str]#
The unique identifier of the object.
- name: NotRequired[str]#
The name of the object. Optional.
- graph: NotRequired[dict[str, Any]]#
The graph of the object. Optional.