SerializedConstructor#

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

Serialized constructor.

Parameters:
  • type – The type of the object. Must be β€œconstructor”.

  • kwargs – The constructor arguments.

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