Skip to content

migrate to langgraph #307

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

Merged
merged 85 commits into from
May 30, 2024
Merged

migrate to langgraph #307

merged 85 commits into from
May 30, 2024

Conversation

vbarda
Copy link
Collaborator

@vbarda vbarda commented May 22, 2024

No description provided.

Copy link

vercel bot commented May 22, 2024

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

Name Status Preview Comments Updated (UTC)
chat-langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2024 2:44pm

};

const setUserInfo = () => {
if (userId == null) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Any potential race condition with the local storage hook above? I think not but just double checking

Copy link
Contributor

Choose a reason for hiding this comment

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

Could also use some kind of getOrCreateUserId pattern and combine it into your other hook?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Any potential race condition with the local storage hook above? I think not but just double checking

don't think so

@vbarda vbarda merged commit 7723428 into master May 30, 2024
6 checks passed
@vbarda vbarda deleted the vb/switch-to-langgraph branch May 30, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants