langchain_core.load.serializable.SerializedNotImplemented¶
- class langchain_core.load.serializable.SerializedNotImplemented[source]¶
- 未实现序列化。 - 参数
- type – 对象的类型。必须是“not_implemented”。 
- repr – 对象的表示。可选。 
 
 - lc: int¶
 - id: List[str]¶
 - name: NotRequired[str]¶
 - graph: NotRequired[Dict[str, Any]]¶
 - type: Literal['not_implemented']¶
 - repr: Optional[str]¶