mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-24 13:58:11 +00:00
- **Description:** Propagates config_factories when calling decoration methods for RunnableBinding--e.g. bind, with_config, with_types, with_retry, and with_listeners. This ensures that configs attached to the original RunnableBinding are kept when creating the new RunnableBinding and the configs are merged during invocation. Picks up where #30551 left off. - **Issue:** #30531 Co-authored-by: ccurme <chester.curme@gmail.com>