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

Application error: a client-side exception has occurred (see the browser console for more information). #52

Open
kurodenjiro opened this issue Aug 28, 2024 · 2 comments

Comments

@kurodenjiro
Copy link

go to https://langchain-nextjs-template.vercel.app/generative_ui
type : What are the attractions found in Prague?
image

@kurodenjiro
Copy link
Author

It's a bug somewhere here
let lastEvent = await element.lastEvent;
if (typeof lastEvent === "string") {
setHistory((prev) => [
...prev,
["user", input],
["assistant", lastEvent],
]);
}

@mick-net
Copy link

mick-net commented Nov 4, 2024

Same here

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

No branches or pull requests

2 participants