Dictionary representation of chain.
Expects Chain._chain_type property to be implemented and for memory to be
null.
dict(
self,
**kwargs: Any = {},
) -> dictExample:
chain.model_dump(exclude_unset=True)
# -> {"_type": "foo", "verbose": False, ...}| Name | Type | Description |
|---|---|---|
**kwargs | Any | Default: {}Keyword arguments passed to default |