Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-13 15:41:18 +00:00
parent d1d2622d85
commit 32046e319b

View File

@@ -285,10 +285,10 @@ def test_inherit_run_name_with_chain() -> None:
def test_inherit_run_name_with_override() -> None:
"""Test that per-step with_config can still set different run_names when inherit_run_name is NOT used.
This test verifies that the traditional behavior of setting different run_names
per step via with_config still works when inherit_run_name is not enabled.
"""Test that per-step with_config can still set different run_names.
Verifies that when inherit_run_name is NOT used, the traditional behavior
of setting different run_names per step via with_config still works.
"""
from langchain_core.callbacks.base import BaseCallbackHandler
from langchain_core.runnables import RunnableLambda
@@ -370,3 +370,4 @@ def test_inherit_run_name_merge_configs() -> None: