This repository was archived by the owner on Jul 29, 2025. It is now read-only.
Replies: 1 comment
-
Hello! This seems to be an issue of a too-old LangGraph version. Bumped all of the dependencies here: bracesproul/langgraphjs-examples#14 and next LangGraph CLI will throw an error if an old LangGraph version is used. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Running this (very simple) demo here, the input widget is asking for an entire JSON object. When I try to get around this by pasting in a string, the calls to my LLM fail. But I have no idea what JSON object to use instead.
What I should see, according to this YouTube video:

What I actually see:

What's the best way for me to deal with this? How can I provide an input that works?
Beta Was this translation helpful? Give feedback.
All reactions