Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): Clear inherited config for called callbacks #7174

Merged
merged 3 commits into from
Nov 11, 2024

Conversation

jacoblee93
Copy link
Collaborator

@jacoblee93 jacoblee93 commented Nov 9, 2024

Allows you to call runnables in callbacks without inappropriately inheriting config from the main run

Fixes #7168

Copy link

vercel bot commented Nov 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 9, 2024 9:46pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ⬜️ Ignored (Inspect) Nov 9, 2024 9:46pm

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Nov 9, 2024
@jacoblee93 jacoblee93 changed the title Clear inherited config for called callbacks fix(core): Clear inherited config for called callbacks Nov 9, 2024
@dosubot dosubot bot added the auto:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs label Nov 9, 2024
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Nov 9, 2024
@jacoblee93 jacoblee93 merged commit 831f9de into main Nov 11, 2024
36 checks passed
@jacoblee93 jacoblee93 deleted the jacob/callbacks branch November 11, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clear AsyncLocalStorage when calling callbacks
1 participant