Compare commits

...

1 Commits

Author SHA1 Message Date
William Fu-Hinthorn
a028e2d092 [core] Patch: No Warning 2024-08-22 06:45:39 -07:00

View File

@@ -1658,11 +1658,6 @@ class CallbackManagerForChainGroup(CallbackManager):
# ['tag2', 'tag1']
""" # noqa: E501
if self.parent_run_id != other.parent_run_id:
logger.warning(
f"{self.__class__.__name__}.merge(): Parent run IDs do not match."
" Using the parent run ID of the first callback manager."
)
manager = self.__class__(
parent_run_id=self.parent_run_id or other.parent_run_id,
handlers=[],