序列化密钥# class langchain_core.load.serializable.SerializedSecret[source]# 序列化的密钥。 Parameters: type – 对象的类型。必须是“secret”。 lc: int# id: list[str]# name: NotRequired[str]# graph: NotRequired[dict[str, Any]]# type: Literal['secret']#