langgraph/how-tos/human_in_the_loop/review-tool-calls/ #2763
Replies: 1 comment
-
Does this not work with invoke? Code: thread_config = {"configurable": {"thread_id": "example-thread2"}} Ask the LLM for the weatherinitial_input = {"messages": [{"role": "user", "content": "what's the weather in Munich?"}]} "interrupt" in result If I run this: for event in graph.stream(initial_input, thread_config, stream_mode="updates"): everything works fine. |
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
-
langgraph/how-tos/human_in_the_loop/review-tool-calls/
Build language agents as graphs
https://langchain-ai.github.io/langgraph/how-tos/human_in_the_loop/review-tool-calls/
Beta Was this translation helpful? Give feedback.
All reactions