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