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

core[patch]: RunnableWithFallbacks tracing fix, refactor #5995

Merged
merged 3 commits into from
Jul 7, 2024
Merged

Conversation

jacoblee93
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Jul 7, 2024

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

Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 7, 2024 9:11am
langchainjs-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 7, 2024 9:11am

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. auto:bug Related to a bug, vulnerability, unexpected error with an existing feature auto:refactor A large refactor of a feature(s) or restructuring of many files labels Jul 7, 2024
@@ -20,6 +19,7 @@ import {
import { consumeCallback } from "./promises.js";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there! 👋 I noticed that the recent change in manager.ts is accessing an environment variable using a custom function getEnvironmentVariable. I've flagged this for your review to ensure it aligns with the project's standards for handling environment variables. Keep up the great work! 🚀

@@ -0,0 +1,14 @@
import { getEnvironmentVariable } from "./env.js";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there! I've reviewed the code and flagged a specific change in the PR for your attention. The added code in callbacks.ts explicitly accesses and reads environment variables using the getEnvironmentVariable function from env.js. Please review this change.

@jacoblee93 jacoblee93 merged commit 484191a into main Jul 7, 2024
41 checks passed
@jacoblee93 jacoblee93 deleted the jacob/core branch July 7, 2024 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:bug Related to a bug, vulnerability, unexpected error with an existing feature auto:refactor A large refactor of a feature(s) or restructuring of many files size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant