langchain_core.load.serializable.SerializedConstructor

class langchain_core.load.serializable.SerializedConstructor[source]

序列化构造函数。

lc: int
id: List[str]
name: str
graph: Dict[str, Any]
type: Literal['constructor']
kwargs: Dict[str, Any]