with_config(
self,
config: RunnableConfig | None = None,
**kwargs: Any = {}
| Name | Type | Description |
|---|---|---|
config | RunnableConfig | None | Default: None |
**kwargs | Any | Default: {} |
Bind config to a Runnable, returning a new Runnable.
The config to bind to the Runnable.
Additional keyword arguments to pass to the Runnable.