序列化构造函数#

class langchain_core.load.serializable.SerializedConstructor[source]#

序列化构造函数。

Parameters:
  • type – 对象的类型。必须是“constructor”。

  • kwargs – 构造函数的参数。

lc: int#
id: list[str]#
name: NotRequired[str]#
graph: NotRequired[dict[str, Any]]#
type: Literal['constructor']#
kwargs: dict[str, Any]#