langchain_core.load.serializable
.SerializedConstructor¶
- class langchain_core.load.serializable.SerializedConstructor[source]¶
序列化构造器。
- 参数
类型 – 对象类型。必须是“constructor”。
kwargs – 构造器参数。
- lc: int¶
- id: List[str]¶
- name: NotRequired[str]¶
- graph: NotRequired[Dict[str, Any]]¶
- type: Literal['constructor']¶
- kwargs: Dict[str, Any]¶