Include Parent Run ID (#12139)

If you set local callbacks
This commit is contained in:
William FH 2023-10-23 09:19:11 +09:00 committed by GitHub
parent 3df0f03928
commit 7c4f340cc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1892,6 +1892,7 @@ def _configure(
callback_manager = callback_manager_cls(
handlers=inheritable_callbacks_.copy(),
inheritable_handlers=inheritable_callbacks_.copy(),
parent_run_id=parent_run_id,
)
else:
callback_manager = callback_manager_cls(