You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a Java Notebook based on LangGraph's 'Wait for user input - Simple Usage' page. However, after interrupting once and then receiving user feedback, functions like updateState and getNext do not seem to behave as expected.
I have uploaded the Java Notebook here. The expected value for graph.getState(config).getNext() is 'step_3', but it remains 'human_feedback' regardless of the config value.
The text was updated successfully, but these errors were encountered:
I have created a Java Notebook based on LangGraph's 'Wait for user input - Simple Usage' page. However, after interrupting once and then receiving user feedback, functions like updateState and getNext do not seem to behave as expected.
I have uploaded the Java Notebook here. The expected value for graph.getState(config).getNext() is 'step_3', but it remains 'human_feedback' regardless of the config value.
The text was updated successfully, but these errors were encountered: