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