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