langchain_core.load.serializable
.BaseSerialized¶
- class langchain_core.load.serializable.BaseSerialized[source]¶
序列化对象的基类。
- 参数
lc – 序列化格式的版本。
id – 对象的唯一标识符。
name – 对象的名称。可选。
graph – 对象的图。可选。
- lc: int
- id: List[str]
- name: NotRequired[str]
- graph: NotRequired[Dict[str, Any]]