SerializedConstructor#

class langchain_core.load.serializable.SerializedConstructor[source]#

Serialized constructor.

lc: int#
id: list[str]#
name: NotRequired[str]#
graph: NotRequired[dict[str, Any]]#
type: Literal['constructor']#

The type of the object. Must be 'constructor'.

kwargs: dict[str, Any]#

The constructor arguments.