langchain_core.load.serializable.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']¶
kwargs: Dict[str, Any]¶