SerializedConstructor#
- class langchain_core.load.serializable.SerializedConstructor[source]#
Serialized constructor.
- Parameters:
type β The type of the object. Must be βconstructorβ.
kwargs β The constructor arguments.
- lc: int#
- id: list[str]#
- name: NotRequired[str]#
- graph: NotRequired[dict[str, Any]]#
- type: Literal['constructor']#
- kwargs: dict[str, Any]#