SerializedSecret#

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

Serialized secret.

Parameters:

type – The type of the object. Must be β€œsecret”.

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